	.pink{
		font-family: 'Nixie One', cursive;
		font-size: 25px;
		color: #DB7093;
		font-weight: bold;
	}
	.pink2{
		font-size: 35px;
		color: gray;
		font-family: 'Nixie One', cursive;
		font-weight: bold;
	}
	body{
		background-color: #483D8B;
	}
	.eye2{
		font-family: 'Cormorant Garamond', serif;
		font-size: 40px;
		font-weight: bold;
		color: black;
	}	
	.eye{
		font-family: 'Cormorant Garamond', serif;
		font-size: 25px;
		font-weight: bold;
		color: black;	
	}	
	.maintable{
		background-color: #4682B4;
		width: 100%;
		height: 600px;
	}
	.content{
		margin: auto;
		width: 1000px;
	}
	.maintd{
		vertical-align: top;
		padding: 25px;
	}
	a:link{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	}
	a:visited{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	}
	a:hover{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	}
	a:acive{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	
	}			
	.nav{
		background-color: #FFB6C1;
		width: 25%;
		height: 25px;
		font-family: 'Nixie One', cursive;
		font-weight: bold;
		font-size: 20px;
		border: solid 5px gray;
		border-radius: 25px;
	}
	.navtable{
		width: 85%;
		height: 60px;
	}
		