a:link
{
	text-decoration: underline; color: #0000FF; font-weight: bold
}
a:visited
{
	text-decoration: underline ; color: #000080; font-weight: bold
} 
a:active 
{
	text-decoration: none; color: #FF0000; font-weight: bold
}
a:hover 
{
	text-decoration: underline; color: #0000FF; font-weight: bold
}

body         { font-family: Verdana, Arial, Helvetica; font-size: 10pt; background-color: 
               #FFFFCC; color: #000000 }