	body{
	background-color:red;
	background-image: url(eyebg.jpg);
	}
	.titles{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 30px;
			color:#ff1493;
			font-weight: bold;
		}
		.maintext{
			color:#ff1493 }
		.special{
			font-size: 28px;
			font-family:'Exo 2', sans-serif;
			color: #0033CC;
		}
		.minitable{
			background-color: #red;
			padding: 50px;
			border: 1px white solid;
		
		}	
		a:link{
			color: white;
			text-decoration: hover;
		}
		a:visited{
			color: white;
			text-decoration: hover;
		}
		a:hover{
			color: blue;
			text-decoration: hover;
		}
		a:active{
			color: red;
			text-decoration: hover;
		}
		.navbutton{
			font-size: 24px;
			font-family: Arial, Helvetica, sans-serif;
			width: 150px;
			border: 1px white solid;
			text-align: center;
			height:50px;
		}
