body{
				background-color: #045A1D;
				background-image: url(tiledkitchen.jpeg); 
				background-position: center;
				background-repeat: none;
				background-size: 1820px;
				}
			.titles{
				font-family:'Quicksand', sans-serif;
				font-size: 42px; 
				color: #FFFFFF;
				font-weight:bold; 
				}
			.maintext{
				font-size: 35px;
				font-family: 'Roboto', sans-serif;
				color: #FFFFFF;
				}
			.special{
				font-size:27px;
				color:#FFFFFF;
				font-family: 'Quicksand', sans-serif;
				}
			.maintable{
				background-color: #99BBBB;
				padding: 85px;
				width: 1000px;
				height: 800px; 
				border: 6px white solid;
				}
			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, Helvetica, sans-serif;
				width: 150px; 
				border: 1px white solid;
				text-align: center;
				height: 50px;
			}