BODY {
background-color: black;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
color: black;
}

P {font-family: Georgia, "Times New Roman", Times, serif;
font-size: 130%;
color: #FF66FF; /*fushia*/
font-weight: bold;
}

TD {font-family: Arial, Helvetica, Verdana, serif;
font-size: 100%;
color: black;
border-color: black;
}

H1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 140%;
font-weight: bold;
}

H2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 120%;
font-weight: bold;
margin: 4px;
}

LI { 
font-family: Arial, Helvetica, Verdana, serif;
color: #FF66FF;
font-size:100%;
font-weight: bold;
}

.whiteclass { 
font-family: Arial, Helvetica, Verdana, serif;
color: white;
font-size:100%;
font-weight: bold;
}

.edrclass { 
font-family: Arial, Helvetica, Verdana, serif;
color: white;
font-size: 60%;
}

.redclass { 
font-family: Arial, Helvetica, Verdana, serif;
background-color: yellow;
font-size: 70%;
}

A.redlink {color: #c00;}
A.greenlink {color: #00FF00;}
A.whitelink {color: white;
}

A:link {font-family: Georgia, "Times New Roman", Times, serif;
/*color: #00FF00;*/
font-size: 80%;
font-weight: bold;
text-decoration: none}

A:hover {font-family: Georgia, "Times New Roman", Times, serif;
color: #FF66FF;
font-size: 80%;
font-weight: bold;
text-decoration: underline}

A:visited {font-family: Georgia, "Times New Roman", Times, serif;
/*color: #00FF00;*/
font-size: 80%;
font-weight: bold;
text-decoration: none}

A:hover {font-family: Georgia, "Times New Roman", Times, serif;
color: #FF66FF;
font-size: 80%;
font-weight: bold;
text-decoration: underline}

