

	b {font-size: 115%;}		 		 
	h1 {text-align: center;  color: blue;}
	h2 {text-align: center; color: #FF0000;}
	h3 {text-align: center;}
	body {background-color: #000066;}
	.floatright {float: right; margin: 20px;}
	.floatleft {float: left; margin: 20px;} 





	
h1.intro {
             font-family: tahoma;
			 font-size: 300%;
             text-align: center;
             border-style: double;
             border-width: 10px;
             padding: 2px;
             color: blue;
			 background-color: lime;
			 margin-bottom: 0px;
             }



		   
		   
table { 
		   width: 800px; 
		   background-color: white; 
		   border-style: solid;
		   border-width: 1px;
		   border-color: white;
		   }

		   
		   


<!--	
td.right {
			 background-color: #FFFF99;
			 border-style: solid;
			 border-width: 2px;
		   	 border-color: black;
			 padding-left: 10px;
		   	 }
-->
			   
			 			 
			 
td.gen_info{
			 width: 520;
			 line-height: 12px;
			 }
			 


			 
				 
td.menu_button{
			 border-style: double;
             border-width: 4px;
			 border-color: blue;
			 color: blue;			
			  } 		 


span{
	 text-align: center;
	 color: black;
	 }			 
			 

.buttonText{
			font: 16px tahoma;
			font-weight: bolder;
			color: blue;
			}

			
a{
  color: blue;
  text-decoration: none;
  text-align: center;
  }
			 		 

#button1{
		 background: lime;
		 border: 2px solid #eee;
		 height: 20px;
		 width: 125px;
		 margin: 0 0 0 0;
		 overflow: hidden;
		 display: block;
		 text-align: center;
		 line-height: 20px;
		 }


#button1:hover{
			   background-color: blue;
			   color: #fff;
			   }


#button2{
		 background: lime;
		 border: 2px solid #eee;
		 height: 20px;
		 width: 240px;
		 margin: 0 0 0 0;
		 overflow: hidden;
		 display: block;
		 text-align: center;
		 line-height: 20px;
		 }


#button2:hover{
			   background-color: blue;
			   color: #fff;
			   }



	
		 

			   	