A.bar {
	color:#777777;
	text-decoration: underline;  
}


body,td
{
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 80%;
}

A {
color : #0000CC; 
text-decoration : underline; 
} 

A:hover {
color : #0000CC; 
text-decoration : underline; 
} 

A:visited {
color : #800080; 
text-decoration : underline; 
} 


.highlighted {
	font-weight: bolder;
}

