body{
		background-color: #227528; 
			background-image:url(back1.jfif);
		}
	  
		.titles{
			font-family:'Roboto', sans-serif;
			font-size: 36px;
			color: #FFFFFF;
			font-weight: bold;
		}
		.maintext{
			font-size:28px;
			font-family: 'Libre Baskerville', serif;
			color: #FFFFFF;
		}
			.Special{
				font-size: 14px;
				color: #928B8B;
				font-family:Arial, Helvetica, sans-serif;
			}
			.maintable{
				background-color:#808080;
				padding: 20px;
				border: 1px white solid;
				width: 800px
			}
			a:link{
				color: white;
			  text-decoration: none;
			}	
			a:visited{
				 color: white;
			   text-decoration: none;
			}
			a:hover{
				color white;
			  text-decoration: underline
			}
			a:active{
				color: white;
			  text-decoration: none;
			}
			.navbutton{
				font-size: 24px;
				font-family: Arial, Helvetca, sans-serif;
				width:150px;
				border:1px white solid;
				text-align: center;
				height: 50px;
			}