body {background-color: #0000ff;
	  font-family: Times New Roman, Times, Serif; }

div#mainbody{ border: 2px solid black;
			  border-bottom: 3px solid black;
			  margin-left: auto;
			  margin-right: auto;
		   	  width: 780px;
		   	 
           	  background-color: #ffffff;
           	  margin-top: 0px; }
           	  
div#leftside{  text-align: center;
			   float: left; 
			   background-color: #cccccc; 
			  
			   width: 150px;
			   border-right: 1px solid black;
			   border-left: 1px solid black; }
		   
div#rightside{ text-align: center;
			   float: right; 
			   background-color: #cccccc; 
			   
			   width: 150px;
			   border-right: 1px solid black;
			   border-left: 1px solid black; }	
			   
.spons{    width: 120px;
		   height: 40px;
		   background-color: #cccccc; 
		   color: #0000ff; 
		   font-size: large;
		   padding: 10px 10px 10px 10px; }	
		   
.header{ font-size: xx-large;
			 color: #000000;
			 text-align: center;
			 font-weight: 600; }		   		 
			   
p#stxt{ color: #f8f8ff;
		text-align: center;
		font-size: large; 
		margin-top: 10px; }			   
			   
a:hover { color: #000000; 
		  text-decoration: underline; 
		  text-align: center;
		  font-size: large; 
		  font-weight: 600; } 

a:link { color: #000000; 
		 text-decoration: underline; 
		 text-align: center;
		 font-size: large; 
		 font-weight: 600; } 

a:visited { color: #000000; 
		    text-decoration: underline; 
		    text-align: center;
		    font-size: large; 
		    font-weight: 600; } 
		   
.tcenter { text-align: center; }	

.copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #000000;
}		  