body *,
body {
	background-color: black;
  background-image:url('https://neemanet.net/images/bkgrnd.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  background-attachment:fixed;
  font-family: "Arial", sans-serif;
  color: white;
  }
  h1 { color: white; }
  h2 { color: white; }
  h4 { color: white;
  		 font-size: 12px;
  	 }
  h5 { color: red; 
  		 font-size: 12px;
  	 }
  a:hover { color: purple; }
  td { text-shadow: #000000 1px 1px 0px; }
  .overa { border-color: black;
  				 border-width: 0px;
  				 position: center; 
  				 opacity: 1; 
  				 filter: alpha(opacity=100);
  			 }
  .overb { border-color: black;
  				 border-width: 0px;
  				 position: center; 
  				 opacity: 0.5; 
  				 filter: alpha(opacity=50);
  			 }
  .over0 { border-color: white;
  				 border-width: 2px;
  				 position: relative; 
  				 opacity: 1; 
  				 filter: alpha(opacity=100);
  			 }
  .over1 { border-color: purple;
  				 border-width: 2px;
  				 position: relative; 
  				 opacity: 0.5; 
  				 filter: alpha(opacity=50);
  			 }
     	
<!--
.nounderline A {text-decoration:none}
-->
