html,body{
font-family: Verdana;
background-color: #eeeeee;
color: #333333;
margin: 20px;
} 

a:link {
COLOR: #333333;
text-decoration:underline;
}

a:visited {
COLOR: #333333;
text-decoration:underline;
}

a:hover {
COLOR: #333333;
text-decoration:underline;
}

a.red:link {
color: #0066cc;
text-decoration:none;
}

a.red:visited {
color: #0066cc;
text-decoration:none;
}

a.red:hover {
color: #0066cc;
text-decoration:underline;
}

p {
FONT-SIZE: 12px;
margin-top: 0px;
margin-bottom: 0px;
}

h1 { 
color: #000000;
FONT-SIZE: 16PX;
margin-top: 8px;
margin-bottom: 1px;
}

h2 { 
color: #0066cc;
FONT-SIZE: 14PX;
margin-top: 15px;
margin-bottom: 1px;
font-style:italic;
}
