A
{
text-decoration: none;
font-family : verdana;
font-size:12px;
color : red;
}

A:Hover
{ 
font-family : verdana;
font-size:12px;
color : silver;
text-decoration: none;
}

body
{
font-family : verdana;
font-size:12px;
color : silver;
}

.header
{
font-family : verdana;
font-size:14px;
color : silver;
font-weight: bold
}

div
{
font-family : verdana;
font-size:12px;
color : Black;
}

td
{
font-family : verdana;
font-size:12px;
color : silver;
}


