body {
	margin: 0px;
	padding: 0px;
	background-image: url(grfx/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: left;
}
h1 {
	color: #333333;
	font-size: 1.2em;
}
h2 {
	color: #333333;
	font-size: 1em;
	text-decoration: underline;
	padding: 5px;
}
h3 {
	color: #36090A;
	font-size: 0.9em;
}

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	color: #333333;
	text-decoration: underline;


}
a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.gold {
	color: #CC9933;
	font-weight: bold;
}
.green {
	color: #006500;
	font-weight: bold;
}

.red {
	color: #AD0408;
	font-weight: bold;
}
