body {
	margin-left: 0px;
	margin-top: 0px;
	
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/nav_pics/skull_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	scrollbar-3dlight-color:#333333;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-base-color:#6666666;
	scrollbar-track-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#333333;

}
.BodyText {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
.BodyBold {
	font-family: "Courier New", Courier, monospace; 
	color: #FFFFFF; font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ffcc00;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	
}
.link_white {  font-family: "Courier New", Courier, mono; font-weight: normal; text-decoration: underline; color: #FFFFFF}

