/* Style sheet by Kylie Lee, March 2006 */
/* Written for Leah */
/* style.css */

body {
	background-color: #000000;
   color: #ffffff;
   font-family: arial, helvetica, sans-serif;
   padding: .5em;
}

/* Hotlinks */

a:link {
	color: #e2e2e2;
	text-decoration: underline;
}

a:visited {
	color: #e2e2e2;
	font-style: italic;
	text-decoration: underline;
}

a:active {
}

a:hover {
	background-color: #e2e2e2;
	color: #000000;
	text-decoration: none;
}

/* Heads */

h1, h2, h3 {
	font-weight: normal;
	letter-spacing: .1em;
	text-align: left;
}

/* Elements common to all pages */

address {
	font-style: normal;
}

.block {
	border: 1px solid #0000ff;
	margin: 1em 0;
	padding: 1em;
}

.bottom {
	font-size: 90%;
	text-align: center;
}

.disclaimer {
}

.graphic {
}

.nav {
	text-align: left;
}

.top {
}

/* Elements for index pages that list the fic */

.display {
	font-size: 110%;
	line-height: 1.5em;
	margin-left: 1em;
}

.description {
	margin-left: 1em;
}

/* Elements for the fiction pages */

.fic {
	background-color: #ffffff;
	color: #000000;
	font-family: "times new roman", serif;
	line-height: 1.4em;
	margin: 1em 0 0 0;
	padding: 1em;
}

.header {
	border: 1px solid #0000ff;
	padding: 0 1.3em 1.3em 1.3em;
	font-size: 95%;
}

.fic h2 {
	border-bottom: 1px solid #0000ff;
	padding: .3em;
	text-align: center;
}

