		body{
			background-image: url(wbg2.jpg);
			font-family: 'Lato', sans-serif;
		}
		.img{
			border: 5px solid #2C5220;
		}
		.title{
			font-family: 'Dancing Script', cursive;
			font-size: 40px;
			color: black;
			font-weight: bold;
		}
		.text{
			font-family: 'Lora', serif;
			font-size: 20px;
			color: black;
			font-weight: bold;
		}
		.text2{
			font-family: 'Dancing Script', cursive;
			font-size: 30px;
			color: black;
			font-weight: 900;
		}
		.content{
			margin: auto;
			width: 1000px;
		}
		.maintable{		
			background-image: url(wbg1.jpg);
			background-color: white;
			border: 4px solid black;
			border-radius: 25px;
			padding: 40px;
			width: 100%;
			height: 500px;
		}
		.maintd{
			vertical-align: top;
		}
		a:link{
			color: #158A1C;
		}
		a:visited{
			color: #6AA269;
		}
		a:hover{
			color: #84a34d;
		}
		a:active{
			color: #FFFFFF;
		}