/* CSS Document */
.links {
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
	font-weight:800;
	color: #2A0000;
}
.links :link {
	text-decoration: none;
}
.links :visited {
	text-decoration: none;
	color: #2A1F00;
}
.links :hover {
	text-decoration: underline;
	color: #00FF55;
}
.links :active {
	text-decoration: none;
	color: #2A1F00;
}

