.main{
	clear: both;
	padding: 0px 250px;
	text-decoration: none;
	text-align: left;
	font-size:large;
	color: #000000;
	height: auto;
}
.navbar{
	clear: both;
	font-family: Georgia, Serif;
	font-size: larger;
	text-align: center;
	width: 800px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
.logo{
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 486px;
	height: 523px;
}
.footer{
	font-family: Georgia, Serif;
	font-size: small; 
	text-align: center; 
	color: teal;
	width: 800px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
}
body {font-family: Georgia, Serif;}
a:link {color: blue}
a:visited {color: blue;}
a:hover {color: teal;}
a:active {color: teal;}
