TABLE { 
	FONT-SIZE: 12px; 
}

B.HEADING { 
	COLOR:BLACK; 
}

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

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

A:active { 
	color: red 
}

A:hover { 
	color: darkblue 
}