body {
	background-color: #000000;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #B4BBC7;
}
td,th {
	color: #B4BBC7;
	line-height: 14px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active,a:focus {
	text-decoration: none;
	color: #33CCFF;
	outline: none;
}
img.middle { border-style: none; vertical-align: middle;}
a:link img, a:visited img { border-style: none; vertical-align: middle;} /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

h1, h2, h3, h4, h5, h6 { text-align: center }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #B4BBC7; background: transparent; }
h1 {
	font: bolder 125% Georgia, Times New Roman, Times, serif;
}