.alternate {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}

a:link {
   color: #999999;
   text-decoration: underline;
}
a:visited {
   color: #999999;
   text-decoration: underline;
}
a:hover {
   color: #ffffff;
   text-decoration: underline;
}
a:active {
   color: #999999;
   text-decoration: underline;
}
