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