body {
	margin: 0px;
	padding: 0px;
	background-color: #FFCC99;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	text-decoration: none;
}
a:link {
	color: #CCFFFF;
	text-decoration: underline;
}
a:visited {
	color: #CCFFFF;
	text-decoration: underline;
}
a:hover {
	color: #33CCFF;
}
a:active {
	color: #FFFFCC;
}
table {
	background-repeat: repeat;
	background-position: left top;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
