body {
 width: 100%;
 margin: 0 auto;
  background-color: #ffffff;
font-family: Arial, Verdana, sans-serif;
padding: 10px; }
h1 {
color: black; }
h2 {
color: black; }
h3 {
color: black;
text-transform: uppercase; }
p {
color: #000000; }
a:link {
  color: red;
font-weight: bold;
text-decoration: none;
 cursor: pointer; }
a:visited {
  color: red; }
a:hover {
color: purple;
text-decoration: underline; }
a:active {
color: deeppink; }
#footer {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted;
font-family: sans-serif;
color:#665544;
font-style: italic;
text-align: center; }

