body {
	font-family	: 				Arial;
    font-size: 					12px;
	background	: 				black;
	color		: 				yellow;
	margin-top	:     			0px;
	margin-left	:    			0px;
	margin-right	:     		0px;
	margin-bottom	:    		0px;
	scrollbar-face-color: 		#000080;
	scrollbar-shadow-color: 	#000040; 
	scrollbar-highlight-color: 	#000080; 
	scrollbar-3dlight-color: 	#FFFFFF; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: 		#000080; 
	scrollbar-arrow-color: 		#000000;
}

A.button:link{
	text-decoration: 	none;
	color:  			#ffff00;
	background:     	#5A399C;
}
A.button:visited{
	text-decoration: 	none;
	color:  			#ffff00;
	background:     	#5A399C;
}
A.button:hover  {       
	text-decoration: 	none;
	color:  			#000000;
	background:     	#ffff00;
}
A.button:active{
	text-decoration: 	none;
	color:  			#ffff00;
	background:     	#6F0000;
}
.button {
	width: 				86px;
   	text-align:     	center;
   	text-decoration:	none;
   	color:  			#ffff00;
   	background:     	#5A399C;
   	border-top:     	2px solid black;
   	border-left:    	2px solid black;
	border-right:   	2px solid black;
   	border-bottom:  	2px solid black;
   	font-family:    	Arial;
   	font-weight: 		bold;
}

TD, TH, FONT, .BOD { 
	font-family: 		arial, helvetica, sans-serif;
	font-size: 			12px;
	margin-left: 		0px;
	margin-right: 		0px;
	margin-top: 		0px;
	margin-bottom: 		0px;
	color: 				yellow;
	background-color: 	black;
        }

TD.head { 
	font-family: 		arial, helvetica, sans-serif;
    font-size: 			16px;
    font-weight: 		bold;
    margin-left: 		0px;
    margin-right: 		0px;
    margin-top: 		0px;
    margin-bottom: 		0px;
    color: 				yellow;
    background-color: 	black;
}

TD.button
{ 
	font-family: 		arial, helvetica, sans-serif;
    border: 			#000000;
	font-size: 			16px;
    font-weight: 		bold;
    margin-left: 		0px;
    margin-right: 		0px;
    margin-top: 		0px;
    margin-bottom: 		0px;
    color: 				yellow;
    background-color: 	#FF0000;
}

TABLE.content {
	border: 			2px solid #5A399C;
}

.copyright
{
	font-size: 			10px;
    color: 				#afafaf;
}

a:link { 
	text-decoration: 	underline; 
	color: 				#00ffff;
}
a:visited { 
	text-decoration: 	underline; 
	color: 				#00ffff;
}
a:hover { 
	text-decoration: 	underline; 
	color: 				#000000; 
	background: 		#FFFF00;
}
a:active { 
	text-decoration: 	underline; 
	color: 				#00ffff;
}