body {
  color :black;
  background: white;
  text-decoration: none;
  margin-left: 5%;
  font-family: Arial, serif;

}

h2 {
#  margin-left: -5%;
#  text-indent: 0%;
  color :black;
}

strong {
#   color: maroon;
   font-weight: bold;
   font-style: normal;
   text-transform: uppercase;
   text-decoration: none;
}

em {
#   color: maroon;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}

:link {
      color: blue;
      text-decoration: none;
}

a:visited {
	  color: blue;
	  text-decoration: none;
}
a:hover {
	color: maroon;
	text-decoration: underline;
}


