.titleclass{
		font-family: 'Lobster Two', cursive;
		font-size: 60px;
		color: white;
		font-weight:Bold;
	}
	.redcolor {color:#FF0000}
.maintext {
			font-size: 25px; 
			color: #ffffff;
			font-family: Arial, Helvetica, sans-serif;
		
	}
body{
	background-color:#B0CDF5;
	background-image: url(glitter.jpg);
}
.maintable{
	background-color:#aaaadd;
	width: 1000px;
	height: 500px;
	border: 5px solid #ffbb00
	
}
a:link{
	color:#ff8888;
}
a:visited{ 
	color:#ff88887;
}
a:hover{ 
	color:#F5C900 ; 
}
a:active{
	color:#ff8888;
}
.testnav{
	font-size: 25px; 
	color: #33bb66;
	font-family:'Josefin Sans', sans-serif;
	width: 700px;
}
.navcells{
 border-radius: 25px;
  border: 5px solid #ffbb00;
  padding: 20px; 
  width: 100px;
  height: 100px;  
  background: #FFFFFF;
}



