@namespace url(http://www.w3.org/1999/xhtml);
a:link     {
	color: red !important;
	text-decoration: underline !important;
	font-size: inherit !important;
 /*	background-color: white !important; */
}
a:visited  {
	color: blue !important;
	text-decoration: underline !important;
	font-size: inherit !important;
 /*	background-color: white !important; */
}
a:hover    {
	color: green !important;
	text-decoration: underline !important;
	font-size: inherit !important;
 /*	background-color: white !important; */
}
a:active   {
	color: black !important;
	text-decoration: underline !important;
	font-size: inherit !important;
 /*	background-color: white !important; */
}