.style1 {
		font-family:'Sue Ellen Francisco', cursive;
		font-size:118px;
		color: white;
		font-weight:bold;
		margin: 5px 5px 5px 5px;
	}
	
	.style2{color: #FF0000}
		
		.style3{
			font-size: 30px;
			color: white;
			font-family: 'Schoolbell', cursive;

	}
	body {
		background-image:url(chalkboard.jpg);
		background-size: 100%
		
	}
	img {
		display: block;
		margin: 0 auto;
	}
	a:link{
		font-family: 'Schoolbell', cursive;
		color: white;
		font-size: 25px;
	}
	a:visited{
		font-family: 'Schoolbell', cursive;
		color: white;
		font-size: 25px;
	}
	.border{
		border: 1px solid black;
	}
	.mainTable{
		padding-top: 150px;
		background-color:rgba(255,255,255,0); 
	}
	.mainTable2{
		padding-top: 20px;
		background-color:rgba(255,255,255,0); 
	}