/* Style sheet by Kylie Lee, September 2004 */
/* Written for Gigi Sinclair */
/* style.css */

/* Firefly */

/* General style for body and heads */

body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	background-color: #808080;
}

h3 {
	border-bottom: 1px solid silver;
	padding: .3em 0;
}

h4 {
	background-color: silver;
	padding: .2em;
}

/* Hotlinks */

a:link {
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* two kinds of pages: the index pages and the fic pages */

#BodyIndex {
	background-color: black;
	color: white;
	margin: 3em 8em;
   padding: 1em;
}

#BodyFic {
	background-color: black;
	color: white;
	margin: 3em 8em;
}

/* style for the things that will appear inside the index and fic pages */

.display {
	margin: 3em;
	font-size: 110%;
}

.graphic {
}

address {
	font-size: 95%;
	padding: 1em 0;
	text-align: left;
}

.nav {
	background-color: white;
	color: black;
	margin: 2em 0 0 0;
	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;
}

.sign {
	font-style: italic;
	text-align: right;
}

.fic {
	background-color: white;
	color: black;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	padding: 1em;
	text-align: justify;
}

.fic h2 {
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	font-weight: normal;
	padding: .5em 0;
	text-align: center;
}


.header {
	font-size: 95%;
}


#BodyFic .nav {
	background-color: white;
	color: black;
	margin: 3em 0 0 0;
	text-align: center;
}

#BodyFic address {
	margin: 0 3em;
	padding: 1em;
	text-align: center;
}


