@charset "utf-8";
html,body,td,th,p {
	color: B8B5A8;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {

	background-color: #000000;

}

H1 {				/*  Bold White Underline        */
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

H2 {				/*   Common Text OffWhite   */

	font-size: 18px;
	color: #b8b5a8;
	font-family: Arial, Helvetica, sans-serif;
}

H3 {				/*  Indented Minor Importance Text Smaller  */
	font-size: 14px;
	color: #b8b5a8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

.style5 {             /*  Large bold---not underlined   */

	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {

	color: #FFFF99;
	text-decoration: none;

}

a:visited {

	color: #FFFF99;
	text-decoration: none;

}

a:hover {

	color: #CC0000;
	text-decoration: none;

}

a:active {

	color: #000000;
	text-decoration: none;

}

#menu {
	float:right;
	position:absolute;
	right:15px;
}

#content {
border: 1px solid #FFFFFF;
position:absolute;
top:10px;
left:10px;
right: 158px;
padding:25px;
}

#noisemenu ul
{
	list-style-type: none;
	width: 130px;
	position:absolute;
	right: 0px;
}

#noisemenu a
{
	display: block;
	margin-top: 25px;
}
