.titleclass{
		font-family:  'Merriweather', serif;
		font-size: 48px;
		color:#6F9ADE;
		font-weight:Bold;
	}
	.redcolor {color:#FF0000}
	.maintext {
			font-size: 20px; 
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
		
	}
body{
	background: url(glassesbg.jpg) no-repeat center center fixed; 
	background-size: cover; 
	height:25%
}
.maintable{
	width: 900px;
	height: 500px;
	border: 5px solid #AED1EC;
	background-color: #FFFFFF;
	
}
a:link{
	color:#3361F8;
}
a:visited{ 
	color:#3361F8;
}
a:hover{ 
	color:#FCAAB5; 
}
a:active{
	color:#3361F8;
}
.mainnav{
	font-size: 25px; 
	color: #D0A4FF;
	font-family:'Josefin Sans', sans-serif;
	width: 700px;
}
.navcells{
 border-radius: 25px;
  border: 5px solid #AED1EC;
  padding: 20px; 
  width: 100px;
  height: 100px;  
  background: #FFFFFF;
}



