BODY

a:link 
{ 
font-weight:bold; 
color:#000000; 
text-decoration:none 
}
a:visited 
{ 
font-weight:bold; 
color:#000000; 
text-decoration:none 
}
a:hover 
{ 
font-weight:bold; 
color:#E00000; 
text-decoration:none 
}
a:active 
{ 
font-weight:bold; 
color:#E00000; 
text-decoration:underline 
}
a:focus 
{ 
font-weight:bold; 
color:#E00000; 
text-decoration:underline 
}
#news {
	color: white;
}
#news a {
	color: white;
}
#news a:hover {
	text-decoration: underline;
}
#news li {
	margin-bottom: 5px;
}