.links {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #CCCCCC;
	padding: 8px;
	float: left;
	width: 190px;
	text-decoration: none;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	color: #000000;
	background-color: #FFCCCC;
	text-decoration: none;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	text-decoration: none;
}

