body  {
	background-image: url("../images/bg.gif");
	background-attachment: fixed;
	background-repeat: repeat;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 20px;
	overflow-x: scroll;
}
#menuitems {
	line-height: 0.7em;	
	width: 135px;
}
#menuitems a{
	font-weight: bold;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration: none;
}
#menuitems a:hover {
	text-decoration: underline;
}
#container {
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: scroll;
}
#container a {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
}
#container a:hover {
	text-decoration: underline;
}
table tbody tr th {
	text-align: left;
}
hr {
	border-color: #930;
	background-color: #930;
	border-width: 0px;
	color: #930;
}

