.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;


}
A:link {
	COLOR: #000000;
	text-decoration: none;

}
A:visited {
	COLOR: #ffffff;
	text-decoration: none;

}
A:hover {
	COLOR: #666666;
	text-decoration: none;

}
A:active {
	COLOR: #999999;
	text-decoration: none;

}

