<HTML>
<HEAD>
<TITLE>CSS Test</TITLE>
</HEAD>
<STYLE type="text/css">
<!-- 
BODY 
{
BGCOLOR: 68ccff;
FONT-FAMILY: Arial; 
COLOR: navy; 
}

A:link
{
COLOR: navy;
}
A:visited
{
COLOR: navy;
}
A:hover
{
COLOR: red;
}

.tableborder {
 background-color: 000080;
}

.mailtext {
background-color: ffffff;
FONT-FAMILY: Arial; 
COLOR: navy; 
font-size: 14px;
}

.mailheading {
FONT-FAMILY: Arial; 
COLOR: navy;
font-size: 30px;
font-weight: bold;
}

.text
{
COLOR: navy;
text-decoration: none;
}

.text:hover
{
COLOR: navy;
text-decoration: none;
}

.linksheading
{
padding-top: 10px;
padding-bottom: 10px;
font-size: 20px;
color: navy;
text-decoration: none;
font-weight: bold;

}

.links
{
text-decoration: none;
color:navy;
}

.links:hover
{
text-decoration: none;
color:navy;
}

hr
{
color:navy;
}


-->
</STYLE>
<BODY></BODY>
</HTML>
