@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FDD152;
}
#container {
	background-color: #515252;
	width: 800px;
	margin-right: auto;
	margin-left: 120px;
}
#container {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#footer {
	text-align: center;
	padding: 10px;
	clear: both;
	background-color: #FDD152;
}
#nav {
	background-color: #FDD152;
	text-align: center;
	padding: 10px;
	color: #0000FF;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	font-size: large;
	color: #FF0000;
	text-decoration: none;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a {
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	font-size: large;
	color: #FF0000;
	text-decoration: none;
}
#footer a:visited {
	font-size: large;
	color: #00FF00;
	text-decoration: none;
}
#nav a:visited {
	font-size: large;
	color: #00FF00;
	text-decoration: none;
}
.greynormal {color: #515252}
