body {
	background-color: none;
}

.link {
	font-family:Courier, mono;
	font-size: 42px;
	color: #3b3330;
	text-decoration: none;
}
.link:link {
	font-family: Courier, mono;
	font-size: 42px;
	color: #3b3330;
	text-decoration: none;
}
.link:hover {
	font-family: Courier, mono;
	font-size: 42px;
	color: #762101;
	text-decoration: none;
	background-color: #ffffff;
}
.link2 {
	font-family: Courier, mono;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.link2:link {
	font-family: Courier, mono;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
.link2:hover {
	font-family: Courier, mono;
	font-size: 16px;
	color: #b9a6de;
	text-decoration: none;
	background-color: #ffffff;
}
.plain {
	font-family: Courier, mono;
	font-size: 14px;
	color: #000000;
	text-align: right;
	text-decoration: none;
}
img {
border:none;
}
