.black11 {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
a.black11:link {
text-decoration: underline;
}
a.black11:visited {
text-decoration: underline;
}
a.black11:hover {
color: #FF0000;
text-decoration: underline; 
}
a.black11:active {
text-decoration: underline;
} 


.white1 {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}