.site {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	font-weight: bold;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	font-weight: normal;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}

.sidebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
	font-weight: normal;
	padding: 3;
	margin: 12;
}

a {
	color: #984420;
	font-weight: bold;
}
a:link, a:visited, a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

legend {padding: 0.2em 0.5em; border: 1px solid #000; color: #000; font-weight: bold;}

.redText {
	color: #cc0000;
}

.blackText {
	color: #000000;
}

.lineheight {
	line-height: .8;
}

