.type {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #000000;
	line-height: 8px;

}

a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	text-decoration: none;
	color: #A93335;
}
a:link{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	text-decoration: none;
	color: #A93335;
}
a:visited{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	text-decoration: none;
	color: #A93335;
}
a:active{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	text-decoration: none;
	color: #A93335;
}

