/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px;
	background: #000000;
	font-family: "trebuchet MS";
	color: #CCCC99;

	}
html {
	scrollbar-face-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-arrow-color:#B5A35B;
	scrollbar-track-color:#f4f4f4;
	scrollbar-shadow-color:#B5A35B;
	scrollbar-highlight-color:#B5A35B;
	scrollbar-3dlight-color:#f4f4f4;
	scrollbar-darkshadow-Color:#f4f4f4;
	overflow-x: hidden; 
	overflow-y: scroll;
	}
#opening {
	margin: -225px 0px 0px -385px;
	padding: 0px;
	position: absolute;
	height: 450px;
	width: 770px;
	left: 50%;
	top: 50%;
	}
p {
	font: normal 0.85em/1.2em "trebuchet MS";
	color: #FFFFCC;
	}
a {
	font-family: "trebuchet MS";
	color: #FFFF99;
	text-decoration: none;
	border-bottom: 1px dashed #FFFF99;
	}
a:hover {
	color: #CCCC66;
	border-bottom: 1px dashed #CCCC66;

	}
.entrelink {
	text-decoration: none;
	border: none;

	}

.entrelink:hover {
	text-decoration: none;
	border: none;

	}
