	.pink{
		font-family: 'Slabo 27px', serif;
		font-size: 25px;
		color: gray;
		font-weight: bold;
	}
	.pink2{
		font-size: 35px;
		color: gray;
		font-family: 'Slabo 27px', serif;
		font-weight: bold;
	}
	body{
		background: #98FB98;
	}
	.border{
		border:gray;
		border-radius: 25px;
	}
	.maintable{
		background-color: #7575ff;
		width: 100%;
		height: 600px;
		border:gray;
		border-radius: 40px;
	}
	.content{
		margin: auto;
		width: 1000px;
		height: 500px;
	}
	.maintd{
		vertical-align: top;
		padding: 25px;
	}
	.threenumbertable{
		height: 30%;
		width: 30%;
		border: solid 7px;
	}
	a:link{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	}
	a:visited{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	}
	a:hover{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	}
	a:acive{
		color: gray;
		font-family: 'Nixie One', cursive;
		font-size: 20px;
		font-weight: bold;
	
	}			
	.nav{
		background-color: #FFB6C1;
		width: 25%;
		height: 25px;
		font-family: 'Nixie One', cursive;
		font-weight: bold;
		font-size: 20px;
		border: solid 5px gray;
		border-radius: 25px;
	}
	.navtable{
		width: 85%;
		height: 60px;
	}
	.table1{
		border: solid gray;
		font-family: 'Nixie One', cursive;
		border-collapse: collapse;
		width: 25%;
		height: 25px;
	}