body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: crosshair;
	margin-right: 70px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #999933;
	background-color: #111111;
	font-weight: bolder;
	text-transform: uppercase;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: oblique;
	color: #FFFFFF;
	background-color: #111111;
	font-weight: normal;	
}


a {
	color: #999933;
	font-weight: bolder;
	font-size: 12px;
	text-decoration: none;
}

a:hover{
	color: #FFFF00;
	font-weight: bolder;
	font-size: 12px;
}

.navi  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #111111;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.navi:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background-color: #FF0000;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
