body {
	background-color: #B01C22;
	margin: 0;
	padding:0;
	color: #ffffff;
	font: 1em Georgia, "Times New Roman", Times, serif;
}

p {
	color: white;
	line-height: 1.5em;
}

a:link {
	color: #FFCC33;
	text-decoration: none;
}

a:visited {
	color: #FFCC33;
	text-decoration: none;
}

a:hover {
	color: #99FF33;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
.style1 {color: #FFFFFF;
	font: 1em/1.5em Georgia, "Times New Roman", Times, serif;
}

.style2 {
	font-size: .75em;
	line-height: 1.25em;
}

.style3 {
	color: #FFFF66;
	font-weight: bold;
}

.style4 {
	font-weight: bold;
}

#snipe {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 0;
	top: 0;
}

/* menu bar */

.menubox {
	text-decoration: none;
	background: #999999;
	display: block;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	position: inherit;
	height: 30px;
	width: 86px;
	margin: 2px;
	font-size: 80%;
}

a.menu:link {
	text-decoration: none;
	background: #FFCC00;
	display: block;
	color: #000000;
	line-height: 30px;
	text-align: center;
	position: static;
	height: 30px;
	width: 86px;
	margin: 2px;
	font-size: 80%;
}

a.menu:visited {
	text-decoration: none;
	background: #FFCC00;
	display: block;	
	color: #000000;
	width: 86px;
	height: 30px;
	line-height: 30px;
	margin: 2px;
	font-size: 80%;
}

a.menu:hover { 
	background: #99FF33;
	text-decoration: none;
	display: block;	
	color: #000000;
	width: 86px;
	height: 30px;
	line-height: 30px;
	margin: 2px;
	font-size: 80%;
}

a.menu:active {
	text-decoration: none;
	background: #999999;
	display: block;
	color: #ffffff;
	width: 86px;
	height: 30px;
	line-height: 30px;
	margin: 2px;
	font-size: 80%;
}
