a:link { color : #FFFF00; text-decoration : underline; }
a:visited { color : #FFFF00; text-decoration : underline; }
a:active { color : #FFFF00; text-decoration : underline; }
a:hover { color : #CD7B0C; text-decoration : underline; }


BODY {
	font-family : Verdana, Arial;
	font-size : 13px;
	color : #FFFF00; 
	text-decoration: none;
	text-align: center;

	scrollbar-face-color: #800000;
	scrollbar-shadow-color: #922121;
	scrollbar-highlight-color: #942121;
	scrollbar-3dlight-color: #922121;
	scrollbar-darkshadow-color: #800000;
	scrollbar-track-color: #880000;
	scrollbar-arrow-color: #922121;
}


table {
	text-align : center;
	font-family : Verdana, Arial;
	font-size : 13px;
	color : #FFFF00; 
	text-decoration: none;
	margin: auto;
}


H1 {
	color : #B41A1A;
	font-family : Verdana,arial,Helvetica;
	font-size : 34px;
	text-align : center;
}

H2 {
	color : #E6AE28;
	font-family : Verdana,arial,Helvetica;
	font-size : 26px;
	text-align : center;
}

H3 {
	color : #D6D80A;
	font-family : Verdana,arial,Helvetica;
	font-size : 22px;
	text-align : center;
}

hr {
	border: #942121 solid 1px;
}

table,td, tr {
	border: #942121 solid 1px;
}

table.noborder, table.noborder td, table.noborder tr {
	border: #942121 solid 0px;
}