/* The "normal" styles as follows */

body 	{  	font-family: Verdana, Arial, sans-serif; /*Courier New; */
		background-color: #EEEEEE; 
		color: #000000;
		margin: 1em;
	}
div,p	{  	font-family: Verdana, Arial, sans-serif;
		color: #000000; 
		clear: none;
	}
div	{	margin: 0.5em;
		display: block;
	}
p	{	margin: 0em 1em 1em 1em;
		text-align: justify;

	}

a	{  	color: #0C4614;
		text-decoration: none; 
		font-weight: bold;
	}

a:hover {  	color: black; 
		text-decoration: underline;
	}

.small 	{  font-size: small
	}
.serif 	{  font-family: "Times New Roman", Times, serif
	}

.center	{ 	text-align: center
		}
.right 	{  	text-align: right
		}
.left	{	text-align: left
		}
.image 	{	font-size: 80%; 
		font-style: italic; 
		text-align: center; 
		width: 200px;
		float: left;
	}


/******************* Fic listings ******************/
/* author: Used in fic listings to link to the author
 *         and for navigation
 */
.author {  	
		background-color: #AA1C1C; 
		color: #EEEEEE;
		font-weight: bold; 
		font-size: medium;
		text-align: right; 
		width: 100%;
		border: thin none black;
		margin: 0em;
		padding: 0em;
		vertical-align: top; 
	}

.author a{	color: white; 
	}

/* ficname: Used in fic listings to link to the fic
 */


.ficname {  	font-weight: bold; 
		font-style: italic;
		width: 100%;
		border: thin none black;  
	}

/****************** Inside the fics *******************/
/* fictitle: Used inside the fic to give a nice heading
 */
.fictitle {  	
		background-color: #AA1C1C; 
		color: white; 
		font-size: large; 
		font-weight: bold; 
		text-align: right;
		width: 100%;
		border: thin none black;
		padding: 0em;
		margin: 0em;
	}
/* authormail: Links to the author's page 
 */
.authormail {	font-size: small; 
		font-style: italic; 
		text-align: right;
	}

/* chaptertitle: The title of the chapter :) 
 */
.chaptertitle {  
		font-weight: bold;
	}

/* authornote: For author's notes
 */
.authornote {  
		font-size: smaller; 
		font-style: italic;
	}


/**************** Fic body / text stuff ********************/
/* delimiter: Used to delimit paragraphs 
 */
.delimiter {  
		font-weight: bold; 
		text-align: center
	}

.date 	{  	font-weight: bold
	}

.shade 	{  	color: #333333;	
		font-weight: normal;
	}
.light 	{	color: #555555;
	}

.shade2 { 	color: #101010;
		font-weight: normal;
	}


/* blackborder: Used to force netscape to show background colours
 */
.blackborder
	{
		width: 100%;
	}


.blackborder div a img
		{
			margin: 0em 0em 1em 0em;
			border: none;
		}

.menu {
		font-size: medium; 
		font-weight: normal; 
		margin: 2px; 
		text-align: center; 
		border: thin solid #AA1C1C; 
	}

.menu a 	{ 
			font-weight: normal 
		}

.submenu {  	
			text-align: center
		}

.menuselected {  
			text-align: center; 
			font-size: medium; 
			background: #AA1C1C; // #63a0b0; 
			color: black;
			border: thin solid  #AA1C1C; 
			margin: 1em 2px 0px 2px;  
			padding: 0em;
}
.menuselected a {	color: white;
		}

.submenuborder {  
			border: thin solid #AA1C1C; 
			margin: 0em 2px 1em 2px; 
			text-align: center;
}



/* Zachere likes her paragraphs to be indented with no dividing space */

.zachere	{	text-indent: 0.5in;
			padding-bottom: 0em;
			margin-bottom: 0em;			
			margin-top: 0em;
			padding-top: 0em;
		}
