body, td, tr
{
font-family: Verdana; 
font-size: 12px; 
color: black;
}

A:link 
{
	COLOR: blue; text-decoration: underline;
}
A:visited
{
	COLOR: blue; text-decoration: underline;
}
A:hover
{
   COLOR: red; text-decoration: underline;
}

A.men:link 
{ 
 display: block; 
 width: 100%; 
 color: white;
 text-decoration: none;
 font-family: Verdana; 
 font-size: 12px; 
 letter-spacing: 1px;
}

A.men:visited 
{ 
 display: block; 
 width: 100%; 
 color: white;
 text-decoration: none;
 font-family: Verdana; 
 font-size: 12px; 
 letter-spacing: 1px;
}

A.men:hover 
{ 
 display: block; 
 width: 100%; 
 color: #DDA371;
 font-family: Verdana; 
 font-size: 12px; 
 font-weight: bold;
 letter-spacing: 1px;
 text-decoration: underline overline;
}



A.downlink:link 
{ 
 color: white;
 text-decoration: underline;
}

A.downlink:visited 
{ 
 color: white;
 text-decoration: underline;
}

A.downlink:hover 
{ 
 color: #4A3929;
 text-decoration: underline;
}
