white
 { color: white; font-size: 12pt; font-weight: bold }
a:{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:link {
		color: #FFFFFF;
		text-decoration: none;
	
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

