body {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #CCCCCC;
	background-color: #000000;
	align="left";
}



TH {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #CCCCCC;
}

TR {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #CCCCCC;

}


TD {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #CCCCCC;

}

h1 {
	color: rgb(255,204,0);
	
}

h2 {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	font-style: italic;
}

h3 {
	font-family: "Gill Sans MT";
	font-size: 14px;
	color: #CCCCCC;
}

h4 {
	font-family: "Gill Sans MT";
	font-size: 12px;
	color: #FF0000;
	font-style: italic;
}

h6 {
	font-family: "Gill Sans MT";
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}

a:link {color:rgb(255,204,0); text-decoration:none !important;}
a:visited {color: rgb(255,204,0);}
a:hover {color: #FF00FF}
a:active {color: #0000FF}

