	body{
			background-color: blue;
		background-image: url(Explore.jpg);}
			.Titles{
				font-family: 'Dancing Script', cursive;
				font-size: 75px;
				color: #ffaa11;
				font-weight: bold;
				Border: 1px white solid;
				width: 800px;
				background:#881100;
				text-align: center;
				}
			.NormalText{
				font-size: 20px;
				color: white;
				font-family: Arial, Helvetica, sans-serif;
				}
					.Fancytext{
						font-size: 28px;
						color: white;
						font-family: 'Ubuntu', sans-serif;
						}
						.maintable{
							background-color: gray;
							padding: 50px;
							Width: 900px;
						border: 1px white solid;}
	a:link{
		color: #ffaa11;
		text-decoration: none;
	}
	a:visited{
		color: #ffaa11;
		text-decoration: none;
	}
	a:hover{
		color: green;
		text-decoration: hover;
	}
	a:active{
		color: #ffaa11;
		text-decoration: none;
	}
	.navbutton{
		font-size: 26px;
		font-family: 'Dancing Script', cursive;
		width: 150px;
		border: 1px white solid;
		text-align: center;
		height: 50px;
		background:#881100;
	}