body {
	background-color: #000000;
	background-attachment:fixed;
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	SCROLLBAR-FACE-COLOR:  #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #990000;
	SCROLLBAR-SHADOW-COLOR:  #990000;
	SCROLLBAR-3DLIGHT-COLOR:#000000; 
	SCROLLBAR-ARROW-COLOR: #990000;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR:#000000;
	SCROLLBAR-BASE-COLOR: #990000;
}

.input {
    border: solid 1 #990000; 
    color:#999999;
	background-color: #000000;
	}
	
.button {
    border: solid 1 #990000; 
    color:#999999;
	background-color: #000000;
	}

.links {font-size: 11px; font-family: Verdana; color: #8E271C; }
.bigText {font-size: 20px; font-family: Verdana; color: #999999; }
.Text {font-size: 10px; font-family: Verdana; color : #999999;}
.mText {font-size: 12px; font-family: Verdana; color : #8E271C;}
.red{font-size: 10px; font-family: Verdana; color: #ff0000; font-weight: bold;}

a:link { 
	color: #8E271C;
	text-decoration: none;
	}
a:visited { 
	color: #8E271C;
	text-decoration: none;
	}
a:hover { 
	color: #E47A70;
	text-decoration: none;
	}
a:active { 
	color: #8E271C;
	text-decoration: none;
	}