		body{
			 
				   background-image: url(maybe.jpg)
		}	  
		 .titles{
		      font-family: 'Rock Salt', cursive;
			   font-size: 50px;
			   color: #FFFF00;
			   font-weight: bold;
			}   
			
		  .maintext{ 	   
		       font-size: 28px;
				 font-family: 'Bebas Neue', cursive;
				color: #FFFF00;
            }				
		  .special{ 
		        font-size: 28px;
				color: #FFFF00;
				font-family: 'Rock Salt', cursive;
		 }
		 .maintable{
			 background-color: #1FFF00;
			 padding: 5px;
			 border: 8px solid #FFFF00;
			 height:710px;
			 width: 900px;
		
		 }
		 a:link{
			 color:#FFFF00;
			 text-decoration: none;
		 } 
		 a:visited{
			 color:#FFFF00;
			 text-decoration: none;
		 }
		 a:hover{
		 color:white;
		 text-decoration: underline;
		 }
		 a:active{
			 color:FFFF00;
			 text-decoration: none;
		 }
		 .navbutton{
			 font-size:24px;
			 font-family: 'Bebas Neue', cursive;
			 width: 150px;
			 border:1px solid #FFFF00;
			 text-align: center;
			 height: 50px;
			 background-color: #1FFF00;
		 }