@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li {	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#nav {
	list-style: none;
	width: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
ul#nav li {
	display: inline;
	padding: 10px 1px 10px 1px;
	}
ul#nav li a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
ul#nav li a:hover {
	color: #0000FF;
}