		.orangetext{
			font-family: 'Ceviche One', cursive;
			font-size: 48px;
			color: #FFA500;
			font-weight: bold;
			}
		.blacktext{
			font-family: arial;
			font-size: 15px;
			color: #000000;
			font-weight: bold;
		}
		.redtext{color: red}
		body{
			background-color: #000066;
			background-image: url(leather.jpg);
		}
		.maintable{
			background-color: #82A3FF;
			background-image: url(redpaper.jpg);
			width: 800px;
			height: 500px;
			text-align: center;
			vertical-align: top;
			border: 5px solid #964B00;
			}
		.headingtext{
			font-family:'Fredoka+one', cursive;
			font-size: 36px;
			color: #0033CC;
			font-weight: bold;
		}
		.navtable{
			background-color: #FFA500;
			width: 500px;
			height: 100px;
			text-align: center;
			vertical-align: top;
		}
		.navbutton{
		border: 3px solid #964B00;
		font-family: arial;
		text-align: center;
		width: 25%;
	}
	a{
			color: 87CEEB;
	}
	a:visited{
			color: 13294B;
	}	
	a:hover{
			color: 800500;
	}
	a:active{
			color: 624A2E;