a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	cursor: text;
}
a:active {
	color: #FF0000;
}
body {
	font-family: "Times New Roman PS";
	font-size: small;
	color: #000000;
}
