.courier a:link {	font-family: courier;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;

}
.courier a:visited {
	text-decoration: none;
	color: #663366;
}
.courier a:hover {
	text-decoration: none;
	color: #0099FF;
}
.courier a:active {
	text-decoration: none;
	color: #00CCFF;