A  {
	color : #FDF5E6;
	font-family : Arial;
	font-weight : normal;
	font-size : 12pt;
	text-decoration: none;
}

A:Visited  {
	font-family : Arial;
	font-style : normal;
	color : White;
	font-size : 12pt;
	text-decoration: none;
}

A:Active  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Red;
	text-decoration: none;
}

A:Hover  {
	font-size : 12pt;
	font-family : Arial;
	font-weight : 200;
	font-style : normal;
	color : Red;
	text-decoration: underline;
}

