BODY  {
	font-size : 12px;
	font-family : Arial;
}

A  {
	font-size : 11px;
	font-family : Arial;
	text-decoration : none;
	color : #c5c5c5;
}
A:Visited  {
	font-size : 11px;
	font-family : Arial;
	text-decoration : none;
	color : #bfbfbf;
}
A:Active  {
	font-size : 11px;
	font-family : Arial;
	color : #ffffff;
	text-decoration : none;
}
A:Hover  {
	font-size : 11px;
	font-family : Arial;
	color : #bfbfbf;
	text-decoration : underline;
}
