body {
	background: #000000;
	color:#fff;
	font: 16px/1.0 Verdana, Arial, Helvetica, sans-serif;
}
a {
	background:#ffffff;
	color:#0000a0;
	text-decoration: underline;
	font-size: 16px;
	font-weight: normal;
	border: 0px solid #808080;
	padding: 0px;
	margin-left: 0px;
	}
a:hover{
  text-decoration:none;
  background: #ffff80;
	color: #0000ff;
 	border: 0px solid #0000ff;
}
a:active {
  text-decoration:none;
  background: #ff8080;
	color: #0000ff;
 	border: 0px solid #0000ff;
}
h1 {
	background: transparent;
	color: #000000;
	font: 2.0em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
}
div.spacer {
	clear: both;
}
#logo {
	border: 0px solid #000000;
	background: #ffffff;
	margin: auto;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.50em;
	text-align: center;
}
#container {
	border: 0px solid #000000;
	background: #000;
	width: 80%;
	margin: auto;
	text-align: center;
}
#content {
	background: transparent;
	border: 0px dashed #000000;
	width: auto;
	height: auto;
	min-height: 800px;
	margin: auto;
	text-align: center;
	font-size: 1em;	
	padding: 20px;
}
a.new_menu, a.new_menu:visited, a.new_menu:hover, a.new_menu:active {
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;	
	padding: 0px 10px 0px 10px;
	border: 0px solid #000000;
	background: transparent; /* changes */
	color: #008000; /* changes */
}
a.new_menu:hover, a.new_menu:active {
	background: #ffff80; /* changes */

}
a.menu, a.menu:visited, a.menu:hover, a.menu:active {
	text-decoration: underline;
	font-size: 1em;
	font-weight: normal;	
	padding: 0px 5px 0px 0px;
	border: 0px solid #000000;
	background: transparent; /* changes */
	color: #000ff; /* changes */
}
a.menu:hover, a.menu:active {
	background: #fff; /* changes */
	color: red; /* changes */
}
#menu_box {
	border: 0px solid #000000;
	background: #ffffff;
	margin: auto;
	padding: 0px 0px 0px 5%;
	text-align:left;
	font-size: 1em;
	line-height: 1.4em;
}
p.menu_header {
	background: #ffffff;
	color: #000000;
	font-size: 1.2em;
	text-align:center;
	line-height: 1.1em;
	padding: 3px 1px 3px 1px;
	}
.hbox {
	background: transparent;
	border: 0px solid #000000;
	width: auto;
	height: auto;
	margin: auto;
	color: #000000;
	padding: 0px 5px 5px 5px;
	line-height: 1.5em;
	font: bold;
	text-decoration: none;
	text-align:left;
	font-size: 16px;
	padding: 0px 10px 0px 10px;
}
p.hbox {
	background:#ffff80;
	color:#000000;
	font-size: 14pt;
	text-align: center;
	width: auto;
	margin: 0px;
	}


