				.bluetext{
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 50px;
				color: #0033cc;
				font-weight: bold;
				}
				.maintext{
				font-family: 'Bungee Spice', sans-serif;
				font-size: 50px;
				color: #42855B;
				font-weight: bold;
				}
				
				.smallwhitetext{
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 20px;
				color:white ;
				font-weight: bold;
				}
				
				.casttext{
				font-family: 'Source Sans Pro', sans-serif;
				font-size: 30px;
				color:white ;
				font-weight: bold;
				}
				
				.background{color: red}
				body{ 
				background-color: white;
				background-image: url(indianaposter.jpg)
				}
				.maintable{
				background-color: #483838;
				width: 800px;
				height: 500px;
				text-align: center;
				border: 10px solid #ffcc88;
				}
				.navtable{
				background-color: #;
				width: 800px;
				height: 100px;
				text-align: center;
				font-family: Arial, Helvetica, Sans-serif;
				font-size: 30px;
				color: white;
				}
				.navbutton{
				border: 3px solid #FD841F;
				text-align: center;
				width: 25%;
				font-family: 'Bungee Spice', sans-serif;
				}
				a:link{
						color: #E14D2A;
				}
				a:visited{
						color:#E14D2A;
				}
				a:hover{
						color:purple;
				}
				a:active{
						color:#E14D2A;
				}
	
	