body {
	
	color: 000000;
	background-color: 000000;
	background-image: url("bg.jpg");
	font-family: "verdana", sans-serif;
        font-size:10pt;
		
	scrollbar-base-color: white;
	scrollbar-arrow-color: red;
	scrollbar-track-color: black;

	scrollbar-shadow-color: darkred;
	scrollbar-lightshadow-color: red; 
	scrollbar-darkshadow-color: darkred;

	scrollbar-highlight-color: red;
	scrollbar-3dlight-color: red;
        cursor: default;
	}


table {
	border-width: 0px;
        background-color: ffffff;
        font-size:10pt;
	}

img { galleryimg:no;}

td { border-width:0;}

#menu {
	width:750px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	padding:5px;
	border:2px solid red;
	background-color:ffffff;
        line-height:20px;
	}

#content {
	width:740px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
        text-align:justify; /* Counteract to IE5/Win Hack */
	padding:10px;
	border:2px solid red;
	background-color:ffffff;
	}

a:link {

	color: ff0000;
	text-decoration: none;
	font-weight: bold;
	} 


a:visited {
	
	color: ff0000;
	text-decoration: none;
	font-weight: bold;
	}


a:hover {

	color: ff0000;
	font-weight: bold;
	cursor: crosshair;
	}


a:link:active {

	color: white;
	background-color: ffaaaa;
	}


.story {
	
	padding-top: 15px;
	padding-left: 290px;
	padding-right: 60px;
	text-align: justify;
	}
hr{
        color:red;}


h1 {

	text-align: center;
	}

h2 {

	text-align: center;
	}

.links {
line-height:20px;}

.fineprint {

	width:500px;
        color: black;
	font-size: 7pt;
	font-family: verdana, chicago, helvetica, arial;
	padding: 2px;
	border: 2px solid red;
	}