body{
		background-color:#6E2C00;
		background-image: url(Background.jpg);
		}
	.titles{
		font-family: 'Permanent Marker', cursive;
		font-size: 50px;
		color:#E67E22;
		font-weight: bold;
	}
	.maintext{
		font-family: 'Kanit', sans-serif;
		font-size: 20px;
		color: #BFC9CA;
		font-weight: bold
	}
	.special{
		font-size: 20px;
		color: #4D5656;
		font-family: 'Noto Sans JP', sans-serif;
		}
	.maintable{
			background-color:#78281F ;
			padding: 50px;
			width:800px;
			border: 1px white solid;
			
	}
	a:link{
		color: white;
		text-decoration: none;
	}
	a:visited{
		color: white;
		text-decoration: none;
	}
	a:hover{
		color:yellow;
		text-decoration: underline;
	}
	a:active{
		color:gray;
		text-decoration: none;
	}
	.navbutton{
		font-size:16px;
		font-family: 'ZCOOL KuaiLe', cursive;
	
		width: 100px;
		border: 1px white solid;
		background-image: url(mossy.jfif);
		text-align: center;
		height: 50px;
	}
	