body {color: #FFFFFF}
a:link {color: #3366FF;
text-decoration: none
}     /* unvisited link */
a:visited {color: #3366FF; 
text-decoration: none
}
a:hover {color: #FF0000;
text-decoration: underline
}   /* mouse over link */
a:active {color: #3366FF;
text-decoration: none
}   /* selected link */
h1
{
color: #5684B5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-align: center
}
h2
{
color: #5684B5;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight: bold;
text-align: center
}