/* default styles */

body {
 	font-family:		luxi sans;
}

hr {
	width: 			90%;
}
a {
	color:			#0000EE;
	text-decoration:	none;
}
a:hover {
	color: 			#EE0000;
}
a:visited {
	color: 			#0000EE;
}
a:visited:hover {
	color: 			#EE0000;
}

a.nav {
	color:			#BBBBEE;
	text-decoration:	none;
}
a.nav:hover {
	color: 			#EE0000;
}
a.nav:visited {
	color:			#BBBBEE;
}
a.nav:visited:hover {
	color: 			#EE0000;
}



/* special styles */
.nav_sel {
	color:			#DDDDFF;
}
.nav_nosel {
	color:			#BBBBEE;
}
.heading {
	position:		relative;
	left:			2%;
	width:			90%;
}
.story_head {
	position:		relative;
	left:			5%;
	width:			90%;
}
.textbody {
	position:		relative;
	left:			5%;
	width:			90%;
}
.story_body {
	position:		relative;
	left:			7%;
	width:			80%;
}
.welcome {
	color:			#000000;
	font-size:		large;
	font-variant:		small-caps; 
	font-weight:		800;
}
.smallhead {
	color:			#000000;
	font-size:		medium;
	font-weight:		600;
}
.normal {
	color:			#000000;
	font-size:		small;
	font-weight:		300;
}
.quote {
	color:			#111111;
	font-size:		small;
	font-weight:		300;
	font-style:		oblique;
}
.story_text {
	color:			#111111;
	font-size:		medium;
	font-weight:		400;
	font-family:		arial;
}
