body {
background: e9e9e9;
font-family: Tahoma;
color: 000000 ;
font-size: 8pt;
}

A:link {
 text-decoration: none;
color:ff0000; 
font-weight:bold;
}

A:visited { 
 text-decoration: none;
color:ff0000; 
font-weight:bold;
}

A:active {
 text-decoration: none;
color:ff0000; 
font-weight:bold; 
}

A:hover {
 text-decoration: none;
color:000000; 
font-weight:bold;
}

