BODY {
	color : White;
	font-family : Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	background-color : #000000;
	margin-bottom : 0;
	margin-top : 0;
}

H1 {
	font-size: 32pt;
	color: white;
	font-family : Arial, sans-serif;
	text-align: center;
}

A, A:LINK, A:Active{
	text-decoration: none;
	color: #ffDD99;
}
A:Hover {
	text-decoration: underline;
}

HR {
	color: #ffDD99;
	height: 1pt;
}

TH {
	background-color : #999966;
	text-align : center;
	font-variant : normal;
	font-style : italic;
	font-weight : bold;
	white-space : nowrap;
	color: #FFFFFF
}

.blue {
	background-color:#999966;
	border: #7d8253;
}
.small {
	font-size: 10px
}
h2 {
	text-align: center
}
.bold {
	font-weight: bold
}
