.titleclass{
		font-family: 'Righteous', sans-serif;
		font-size: 48px;
		color:#ffffff;
		font-weight:Bold;
	}
	.redcolor {color:#FF0000}
	.maintext {
			font-size: 25px;
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
	}
body{
	background-color:#000000;
	background-image: url(rps.jpg);
}
.maintable{
	background-color:#91B6C2;
	width: 900px;
	height: 500px;
	border: 5px solid #ffffff;	
}
a:link{
	color:#ff1100;
}
a:visited{ 
	color:#ff1100;
}
a:hover{ 
	color:#FCAAB5; 
}
a:active{
	color:#ff1100;
}
.mainnav{
	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;
}



