<HTML>
<HEAD>
<TITLE>CSS Test</TITLE>
</HEAD>
<STYLE type="text/css">
<!-- 
BODY 
{
BGCOLOR: FFFFFF;
FONT-FAMILY: Arial, Verdana, sans serif; 
COLOR: 000000; 
}

A:link
{
COLOR: #CC3333;
}

A:visited
{
COLOR: #CC3333;
}

A:hover
{
COLOR: black;
}

A.buttonbar:link
{
color: #CC3333;
text-decoration : none;
}

A.buttonbar:visited
{
color: #CC3333;
text-decoration : none;
}

A.buttonbar:hover
{
color: #000000;
text-decoration : none;
}

.links {
COLOR: #CC3333;
font-weight: bold;
}

.links {
COLOR: black;
font-weight: bold;
}

-->
</STYLE>
<BODY></BODY>
</HTML>