.font {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
A:LINK, A:VISITED {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 13px;
	color: Blue;
	text-decoration: none;
}
A:HOVER {
	background-color: #FFEC80;
	color: #0000FF;
	text-decoration: none;
}
