.link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.link:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
.link:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}
.plain {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
	font-size: 12px;
}

