       BODY {
  		background-image: url('');
		background-color: #333333;
  		background-position: left top;
 		background-repeat: repeat;
		background-attachment: fixed;
		cursor: crosshair;
		color: white;
       	font-family: Arial, sans-serif;
       	font-size: 12px;
		border-color: BLUE;
 		scrollbar-face-color: gray; 
 		scrollbar-shadow-color: BLUE; 
 		scrollbar-highlight-color: BLUE; 
 		scrollbar-3dlight-color: black; 
 		scrollbar-darkshadow-color: black; 
 		scrollbar-track-color: black;
 		scrollbar-color: yellow;
 		scrollbar-base-color: yellow; 
 		scrollbar-arrow-color: yellow;
 		menubar-face-color: yellow;
       }

       TD, P {
       	color: white;
       	font-family: Arial, sans-serif;
       	font-size: 12px;
		border-color: gray;
       }       
	   
	   A {
       	font-family: Arial, sans-serif;
       	text-decoration: none;
       	color: yellow;
       	font-size: 14px;
       	font-weight: bold;
       }

       A:Hover {
       	text-decoration: none;
       	color: white;
       }

      HR {
       	height: .5 pt;
       	color: Black;
	   }

      title {
       	color: black;
       	font-family: Arial, sans-serif;
       	font-size: 30px;
	   }

