
body {
    background-color: #ffffff;
}
a:link {
 color: black;
 text-decoration: none;
}
a:visited {
  color: purple;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: yellow;
  text-decoration: none;
}
p {
font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
}    
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #000;
}

