body {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
color: #000000;
background-color: #FFFFFF;
}
p {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: normal;
color: #000000;
} 
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
color: #669999;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
color: #669933;
}
h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
font-weight: normal;
color: #000000;
}
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
font-weight: bold;
color: #FF0000;
}
A:link { 
    text-decoration: underline; color:#006600; 
}
A:visited {
    text-decoration: underline; color:#006600; 
}
A:active {
    text-decoration: underline; color:#990000; 
}
A:hover {
    text-decoration: underline; color:#990000;
}
