a:active     {
	text-decoration: none;
	color: rgb(204, 204, 204)
}
a:link       {
	text-decoration: none;
	color: rgb(204, 204, 204)
}
a:visited       {
	text-decoration: none;
	color: rgb(204, 204, 204)
}
span.section     
{ 
	color: #FFFFCC; 
	font-weight:bold; 
}
.items       {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	margin-left:0;
	line-height: 1.4; text-indent:0; text-align:center
}
a:hover 
{
	color: rgb(255, 255, 255)
}