A.border:LINK, A.border:VISITED {
	font-family: "Times New Roman";
	font-size: larger;
	font-style: normal;
	color: Red;
	font-weight: bold;
	text-decoration: none;
}
A.border:HOVER {
	font-family: "Times New Roman";
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	color: Lime;
	text-decoration: none;
}
A.border:ACTIVE {
	font-family: "Times New Roman";
	font-size: larger;
	color: Red;
	text-decoration: none;
	font-family: "Times New Roman";
	font-style: normal;
	font-weight: bold;
} 
