html    {
	scrollbar-face-color: #F3F3EF;
	scrollbar-shadow-color: black;
	scrollbar-highlight-color: #F3F3EF;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: #F3F3EF;
	scrollbar-track-color: #AFAF9C;
	scrollbar-arrow-color: black;
	}
	
body	{
	font-family: "Star Trek Film BT", FederationClassic, Calligrapher, sans-serif;
	background-color: #000000;
	color: #33ccff;
	margin: 0px;	
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.bibleref {
	font-size: x-small;
	font-style: italic;
}
h1 {
	font-family: "Star Trek Film BT", FederationClassic, Calligrapher, sans-serif;
	color: #33ccff;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color=#33ccff;
}
a:visited {
	text-decoration: none;
	color=#33ccff;
}
a:hover {
	text-decoration: underline;
	color=#33ccff;
}
a:active {
	text-decoration: bold;
	color=#ffccff;
}
h2 {
	font-family: "Star Trek Film BT", FederationClassic, Calligrapher, sans-serif;
	color: #33ccff;
	text-transform: uppercase;
}
.calligrapher {
	font-family: Calligrapher, "Britannic Bold", "BankGothic Lt BT", sans-serif;
}
.right {
	float: right;
	right: -10px;
}
.center {
	right: 50%;
}
/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	padding: 4px;
	color: #000099;
}


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #000099;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #d4d4f7;
	
}


/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000000;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}


/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #9a9aff;
	filter: alpha(opacity=85);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #9090d5;
}


/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}


/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background-color: #d50000;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
