p, body, td {
	font-family : Arial;
	font-size : 14px;
	color : #000000;
}

a, a:link {
	font-family : Arial;
	font-size : 14px;
	color : #FF0000;
	text-decoration : underline;
}

a:visited {
	font-family : Arial;
	font-size : 14px;
	color : #FF0000;
	text-decoration : underline;
}

a:active {
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	text-decoration : underline;
}

a:HOVER {
	font-family : Arial;
	font-size : 14px;
	color : #000000;
	text-decoration : underline;
}