        body{ 
				background-color: #000000; 
				background-image: url(forkbackground.jpg);
			} 
	      .titles{ 
		    font-family: 'IBM Plex Sans Hebrew', sans-serif;
		    font-size: 62px; 
		    color: #FFC0CB; 
		    font-weight: bold;  
		} 
		.maintext {
			font-family: 'Exo 2', sans-serif;
			font-size: 28px; 
			color: #C0C0C0; 
		}
		.special {
		     font-size: 30px;
			 color: #C0C0C0; 
			 font-family: 'Exo 2', sans-serif;
			 }
			 
			 .maintable {  
			 background-color: 808080;  
			 padding:50px; 
			 border: 1px white 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;
			 }
			 
			 
			 
			 .minitable{ 
				border: 1px solid black;  
				border-collapse: collapse;
				padding: 5px;
				font-size: 18px;
				color: #C0C0C0; 
				}