body  {
	text-align: center;
	background-color: #CCCCCC;
}
ul#menu {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #008ece;
}
#menu a  {
	color: #f8f6f4;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 5px 20px 5px 8px;
	width: 183px;
	height: 18px;
	border-bottom: 1px solid #f8f6f4;
	background-color: #008ece;
}
#menu a:hover  {
	color: #CCCCCC;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #999999;
	text-align: right;
	display: block;
	padding: 5px 20px 5px 8px;
	width: 183px;
	height: 18px;
	border-bottom: 1px solid #4e3d3d
}
#current  {
	color: #e6e2dc;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: right;
	display: block;
	padding: 5px 20px 5px 8px;
	width: 183px;
	height: 18px;
	border-bottom: 1px solid #4e3d3d
}
h1  { font-size: 2em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; }
h2  { font-size: 1.5em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; }
h3   { font-size: 0.8em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal }
h4  {
	color: #666666;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0
}
p  { color: #222; font-size: 0.9em; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif }
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active { color: #fff; text-decoration: none; }

