<style>
  BODY  { background: FFF8E3; }

A:link{text-decoration: underline; color:blue;}

A:visited 
{
text-decoration: none;
color:blue;
}
A:active 
{
text-decoration: none;
color:blue;
}
A:hover 
{
text-decoration: underline; 
color: red;
}

H1 
{
font-weight: bold;
color: #FFFFFF; 
background-color:#D01D06; 
font-family: Arial, Helvetica, sans-serif; 
text-align: center;
}

H2
{
color: #FFFFFF; 
background-color:#D01D06;
}

HR
{
color: #D01D06;
background-color:#D01D06;
height: 12;
width:100%"
}
</style>