.titleclass{
		font-family:  'Merriweather', serif;
		font-size: 40px;
		color:#EE3E41;
		font-weight:Bold;

	}
.gastitle{
		font-family:  'Merriweather', serif;
		font-size: 25px;
		color:#004785;
}
	.redcolor {color:#FF0000}
	.maintext {
			font-size: 20px; 
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
		
	}
body{
	background: url(sunoco.jpg) repeat; 
	
}
.maintable{
	width: 700px;
	height: 500px;
	border: 5px solid #004785;
	background-color: #FFFFFF;
	
}
a:link{
	color:#FF0000;
}
a:visited{ 
	color:#FF0000;
}
a:hover{ 
	color:#FCAAB5; 
}
a:active{
	color:#FF0000;
}
.mainnav{
	font-size: 25px; 
	color: #D0A4FF;
	font-family:'Josefin Sans', sans-serif;
	width: 700px;
}
.navcells{
 border-radius: 25px;
  border: 5px solid #004785;
  padding: 20px; 
  width: 100px;
  height: 100px;  
  background: #FFDF1B;
}



