.style1 {
		font-family: 'Baloo Chettan', cursive;
		font-size:136px;
		color: #B0C4DE;
		font-weight:bold;
		margin: 5px 5px 5px 5px;
	}
	
	.style2{color: #FF0000}
		
		.style3{
			font-size: 30px;
			color: #B0C4DE;
			font-family: Arial, Helvetica, sans-serif;
	}
	body {
		background-image:url(clouds.png);
	}
	img {
		display: block;
		margin: 0 auto;
	}
	a:link{
		font-family: 'Dosis', sans-serif;
		color: #c4c4b0;
		font-size: 25px;
	}
	a:visited{
		font-family: 'Dosis', sans-serif;
		color: #c4c4b0;
		font-size: 25px;
	}
	.border{
		border: 1px solid black;
	}
	.mainTable{
		border: 1px solid black;
		background-color:white; 
	}
	