body {
	font: 12px Verdana, Sans-Serif;
}
h1 {
	color: #804000;
	font-size: 30px;
	font-weight: bold;
}
a:link:hover, a:visited:hover{ 
	color: #000000;
	text-decoration: none;
}
a:link, a:visited {
	color: #804000;
	text-decoration: none;
}
.header {
	background-color: #FFF0CC;
	border: 1px solid #804000;
	color: #804000;
	font-size: 14px;
	font-weight: bold;
}
/* Opacity */
.opac {filter: alpha(opacity=20); -moz-opacity:0.2}
/* End: Opacity */
.noopac {filter: alpha(opacity=100); -moz-opacity:1}