@charset "utf-8";
.main {
	left: 200px;
	position: absolute;
	width: 700px;
	top: 255px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: large;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	background-repeat: repeat;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	position: relative;
	left: 161px;
	width: 798px;
	top: 500px;
}




.navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: medium;
	width: 130px;
}
.navbar ul {
}
.navbar ul li {
	list-style-type: none;
}
.navbar a:link {
	text-decoration: none;
	color: #CCC;
}
.navbar a:visited {
	color: #CCC;
}


.navbar a:hover {
	color: #FF0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
