/* CSS Document */

body,td,th {
	font-family: Tw Cen MT;
	font: normal 70% Tw Cen MT;
	vertical-align: top;
	margin-top: 1;
	list-style: disc;
}
body {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	background-color: #000000;
	color: Yellow;
	text-align: justify;
	scrollbar-3dlight-color:black; 
	scrollbar-arrow-color:orange; 
	scrollbar-base-color:black; 
	scrollbar-track-color:black; 
	scrollbar-darkshadow-color:green; 
	scrollbar-face-color:brown; 
	scrollbar-highlight-color:yellow; 
	scrollbar-shadow-color:brown; 
}

h6 {
	color: Black;
	font-family: Tw Cen MT;
	}


ul {
	margin-left: 2px;
	margin-top: 2px;
}

body table,tr,td,th {
	border: none #999999;
}
body fieldset   {
	border: none #999999;
}

body th {
	
	color: Yellow;
	scrollbar-3dlight-color: Gray;
	scrollbar-arrow-color: Lime;
	scrollbar-base-color: ThreedDarkShadow;
	scrollbar-darkshadow-color: Black;
	scrollbar-face-color: Black;
	scrollbar-highlight-color: Scrollbar;
	scrollbar-shadow-color: Black;
	scrollbar-track-color: Gray;
	font-family: "Tw Cen MT";
	font-style: normal;
	font-variant: normal;
}

a:link {
	color: #9ACD32;
	
	text-decoration: none;
}
a:visited {
	color: #9ACD32;
	
	text-decoration: none;
}
a:hover {
	color: Gray;

	text-decoration: none;
}
a:active {
	color: #CCFFFF;

	text-decoration: none;
}

