body  		{ background-color:#666666; 
		  	  background-image:url(body_bg.jpg); 
		  	  background-repeat:repeat-x; 
		  	  padding:0px;
	    	}
			
table 		{ border: none;
			  margin-left:auto;
			  margin-right:auto;
			}
			
#links		{ text-align:center;
		  	  text-decoration:none;
		  	  font-family:Verdana, Geneva, sans-serif; 
		  	  font-size:9px;
		  	  width: 150px;
			}
			
a.main:link { color:white;
		   text-decoration: none;
			}
a.main:hover{ color:red;
             text-decoration: none;
			}
a.main:visited { color: white; text-decoration: none}