body{
		background-color:#F995CE;
		background-image: url(graphpaper.png);
		}
	.titles{
		font-family: 'ZCOOL KuaiLe', cursive;
		font-size: 50px;
		color:#17202A;
		font-weight: bold;
	}
	.maintext{
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 20px;
		color: #212F3C;
		font-weight: bold
	}
	.special{
		font-size: 20px;
		color: #4D5656;
		font-family: 'STIX Two Math', serif;
		}
	.maintable{
			background-color:#BFC9CA ;
			padding: 50px;
			width:800px;
			border: 1px white solid;
			
	}
	a:link{
		color: black;
		text-decoration: none;
	}
	a:visited{
		color: black;
		text-decoration: none;
	}
	a:hover{
		color:white;
		text-decoration: underline;
	}
	a:active{
		color:black;
		text-decoration: none;
	}
	.navbutton{
		font-size:16px;
		font-family: 'ZCOOL KuaiLe', cursive;
		width: 100px;
		border: 1px white solid;
		background-color:#707B7C ;
		text-align: center;
		height: 50px;
	}
	.minitable{
		border: 1px solid black;
		border-collapse: collapse;
		padding: 5px;
		font-size: 18p;
		}
	