.main {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: center;
	color: #663300;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: large;
	text-align: center;
	color: #006220;
}
	
.bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #663300;
}
.slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
	text-align:center;
	color:#663300
}
