/* CSS Document */

body,td,th {
	font: normal 12px Arial;
	color: white;
}
.style5 {
	font-size: 14px;
	color: orange;
}
    BODY {
	SCROLLBAR-FACE-COLOR: red;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	SCROLLBAR-BASE-COLOR: #000000;
	background-color: #000000;
	font: normal 12px Arial;
	color: #FFFF00;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: none;
}

INPUT, TEXTAREA, SELECT, CHECKBOX {
    background: black;
    color: yellow;
    border-color: red;}

A:link {text-decoration: underline; font:"Arial"; color:red}
A:visited {text-decoration: underline; font:"Arial"; color:orange}
A:active {text-decoration: underline; font:"Arial"; color:yellow}
A:hover{text-decoration: none; font:"Arial"; color:white}
.style1 {
	font-family: "Arial";
	font-size: 12px;
}
a {
	font-family: Arial;
	font-size: 12px;
}
