 table#news
  {
 background-color:#B8B6CE;
  width:130px;
  color: blue;
  font-size: 10pt;
  z-index: 2;
  }
 table#news a,a:link {
	color: #3354A8;
	font-weight: bold;
	text-decoration: none;
	font-family: sans-serif;
}
table#news a:visited {
	color: blue;
	text-decoration: none;
}

table#news a:hover {
	text-decoration: none;
	color: white;
	background-color: #0000A0;
}
table#news tr
{
text-align: center;
}
table#news td:hover
{
background-color: #0000A0;
}
table#news thead
{
color: red;
font-size: 12pt;
}