/* Style sheet by Kylie Lee, September 2004 */
/* Written for Gigi Sinclair */
/* style.css */

/* Smallville */

/* General style for body and heads */

html {
	border-left: 5em solid gray;
}

body {
   background-color: white;
   color: black;
   padding: 1em;
	font-family: arial, helvetica, sans-serif;
}

/* 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 {
   border: 1px solid black;
   margin-top: 3em;
}

#BodyFic {

}

/* style for the things that will appear inside the index and fic pages */

.display {
	margin: 6em 3em;
	font-size: 110%;
}

.graphic {
}

address {
	background-color: white;
	border-top: 1px solid black;
	color: #3f3f3f;
	font-size: 95%;
	padding: 1em 0;
	text-align: left;
}

.nav {
	line-height: 1.5em;
	text-align: center;
	width: 160px;
}

.title {
	font-size: 110%;
}

.description {
	font-size: 95%;
	margin-left: 2em;
}

.new {
	background-color: white;
	color: red;
	font-style: italic;
	margin-left: .3em;
}


.fic {
	line-height: 1.5em;
	margin-top: 1em;
	text-align: justify;
}

.fic h2 {
	text-align: center;
}

.header {
	font-size: 95%;
}


#BodyFic .nav {
	border: 1px solid black;
	padding: 2em .5em;
}

#BodyFic address {
	border-top: 2px solid black;
	padding: 1em 4em;
	text-align: center;
}


