body{ 
				background-color: #F70707;
				background-image: url(tiles.jpg);
			}
				
			
			.titles{
				font-family: 'Zilla Slab', serif;
				font-size: 36px;
				color: #FFFFFF;
				font-weight:bold;
			}
			.maintext{
				font-size: 28px;
				font-family: 'Zilla Slab', serif;
				color: #FFFFFF;
				}
			.special{
				font-size: 27px;
				color: #FFFFFF;
				font-family: 'Zilla Slab', serif;
			}

			.maintable{
				background-color: #4C8B9A;
				padding: 5px;
				border: 5px white solid;
				width: 850px;
				height: 800px;
				
			}
			a:link{
				color: white;
				text-decoration: none;
			}
			a:visited {
				color: white;
				text-decoration: underline;
			}
			a:hover {
				color: white;
				text-decoration: none;
			}
			a:active {
				color:white;
				text-decoration: underline;
			}
			.navbutton{
				font-size: 24px;
				font-family: 'Zilla Slab', serif;
				width: 150px;
				border: 1px white solid;
				text-align: center;
				height: 50px;
			}