a:link {
	font-family: "Courier New", Courier, monospace;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FF3366;
	text-decoration: line-through;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: oblique;
	color: #FF3333;
	text-decoration: blink;
	background-color: #CCFF00;
}
