body {
	background color: #000000;
}


H1 { font-size:30px; font-family:Trebuchet MS, Tahoma, sans-serif; color:black; }
H2 { font-size:24px; font-family:Trebuchet MS, Tahoma, sans-serif; color:black; }
H3 { font-size:18px; font-family:Trebuchet MS, Tahoma, sans-serif; color:black; }
H4 { font-size:14px; font-family:Trebuchet MS, Tahoma, sans-serif; color:black; }
H6 { font-size:10px; font-family:Trebuchet MS, Tahoma, sans-serif; color:black; }

.white {
	color:#FFFFFF; 
}

.bgt {
	background: bottom right #FFFFFF url(bgl.gif) repeat;
	border: solid;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-collapse: collapse;
	border-color: #FF9F16;
}

.cp { 
	font-size:9px; 
	font-family:tahoma; 
	color:#555555; 
}

a:link {
	color: #B6B688;
	font-style: normal;
	text-decoration: none;
	font-weight:bold;
	font-family:trebuchet ms;
}
a:visited {
	color: #B6B688;
	font-style: normal;
	text-decoration: none;
	font-family:trebuchet ms;
	font-weight:bold;
}
a:hover {
	color: #000000;
	font-family:trebuchet ms;
	font-weight:bold;
	text-decoration: none;
	background: #B6B688;
}



