p {color: black; font-size: 100%; }

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none;}
A:hover {text-decoration: underline; color: red;}

h1,h2 {
background-color: #cccccc;
color: #560007;
padding: 10px;
}


