        body{ 
				background-color: black; 
				background-image: url(rockimg.jpg);
			} 
	      .titles{ 
		    font-family: 'Cantarell', sans-serif;
		    font-size: 62px; 
		    color: orange; 
		    font-weight: bold;  
		} 
		.maintext {
			font-family: 'Baloo 2', cursive;
			font-size: 28px; 
			color: black; 
		}
		.special {
		     font-size: 30px;
			 color: black; 
			 font-family: 'Baloo 2', cursive;
			 }
			 
			 .maintable {  
			 background-color: #654321;  
			 padding:50px; 
			 border: 5px red solid;
			 width: 800px;
			
			 }
			 a:link{
				color:white;
				text-decoration: none; 
			 }
			 a:visited{ 
				color:white;
				text-decoration: underline; 
			 } 
			 a:hover{ 
				color:white; 
				text-decoration: underline; 
			 } 
			 a:active{ 
				color:white;
				text-decoration: none
			 }
			 .navbutton{
				 font-size: 24px;
				 font-family: 'IBM Plex Sans Hebrew', sans-serif;
				 width: 150px; 
				 border: 1px white solid; 
				 text-align: center; 
				 height: 50px;
			 }