		body{
			      
				   background-image: url(aseth.jfif)
		}	  
		 .titles{
		       font-family: 'Concert One', cursive; 
			   font-size: 50px;
			   color: #2E1503;
			   font-weight: bold;
			}   
			
		  .maintext{ 	   
		       font-size: 28px;
				font-family: 'Carattere', cursive;
                font-family: 'Concert One', cursive;
				color: #2E1503;
            
		 }
		 .maintable{
			 background-color: #D5B895;
			 padding: 5px;
			 border: 8px outset #2E1503;
			 height:710px;
			 width: 900px;
			 padding:100px;
			 padding-bottom:25px; 
			 padding-top:30px; 
		
		 }
		 a:link{
			 color:#2E1503;
			 text-decoration: none;
		 }
		 a:visited{
			 color:#2E1503;
			 text-decoration: none;
		 }
		 a:hover{
		 color:white;
		 text-decoration: underline;
		 }
		 a:active{
			 color:#2E1503;
			 text-decoration: none;
		 }
		 .navbutton{
			 font-size:24px;
			 font-family: 'Concert One', cursive;
			 width: 150px;
			 border:3px outset #2E1503;
			 text-align: center;
			 height: 50px;
			 background-color: #AA302A;
		 }