/* Style sheet by Kylie Lee, September 2004 */
/* Written for Gigi Sinclair */
/* style.css */

/* Crossover */

/* General style for body and heads */

body {
	border-bottom: 1em solid #004000;
	border-top: 1em solid #004000;
}

h1, h2, h3 {
	text-align: right;
}

h3 {
	border-bottom: 1px solid #004000;
	padding: .3em 0;
}

h4 {
	border-bottom: 1px solid #004000;
	border-top: 1px solid #004000;
	padding: .2em;
}

/* Hotlinks */

a:link {
	background-color: white;
	color: #004000;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #004000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: white;
	color: #004000;
	text-decoration: underline;
}

/* two kinds of pages: the index pages and the fic pages */

#BodyIndex {
	font-family: georgia, garamond, palatino, serif;
   background-color: white;
   color: black;
   padding: 1em;
}

#BodyFic {
	font-family: georgia, garamond, palatino, serif;
   background-color: white;
   color: black;
   padding: 1em;
}

/* style for the things that will appear inside the index and fic pages */

.display {
	font-size: 110%;
}

.graphic {
}

address {
	background-color: white;
	border-top: 1px solid #004000;
	color: #3f3f3f;
	font-size: 95%;
	padding: 1em 0;
	text-align: right;
}

.nav {
	text-align: center;
}

.title {
	font-size: 110%;
}

.description {
	font-size: 95%;
	margin-left: 2em;
}

.new {
	background-color: white;
	color: red;
	font-style: italic;
	margin-left: .3em;
}


.nav {
	width: 160px;
}

.sign {
	font-style: italic;
	text-align: right;
}

.fic {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	margin-top: 1em;
}

.fic h2 {
	background-color: white;
	border-top: 1px solid #004000;
	border-bottom: 1px solid #004000;
	color: #004000;
	padding: .5em 0;
	text-align: center;
}


.header {
	font-size: 95%;
}


#BodyFic .nav {
	border-right: 1px solid #004000;
	padding: 0 .5em;
}

#BodyFic address {
	border-top: 1px solid #004000;
	padding: 1em;
	text-align: center;
}


