/* Style sheet by Kylie Lee for coffeeslash, March 2006 */
/* Written for MJ */
/* CSS style sheet */

body {
	font-family: arial, helvetica, sans-serif;
	background-color: #000000;
   color: #ffffff;
}

#page {
	background-color: #ffffff;
   color: #000000;
	margin: .5em;
	padding: 1em;
}

/* Elements common to all pages */

.nav {
	border-right: 1px solid #808080;
	padding: 0 1em 0 0;
	text-align: center;
}

.left {
	width: 120px;
}

.middle {
	width: 15px;
}

.right {
}

/* Heads */

h1, h2, h3 {
   font-family: verdana, geneva, sans-serif;
   color: #000000;
}

h2 {
   font-style: italic;
   letter-spacing: .2em;
}

h3 {
   letter-spacing: .2em;
}

/* Hotlinks */

a:link {
}

a:visited {
}

a:active {
}

a:hover {
	background-color: #000000;
	color: #ffffff;
}

/* For pages that describe the fic */

.banner {
	margin-top: 1em;
	text-align: center;
}

.description {
	margin: 1em 0 0 2em;
}

.synopsis {
}

/* For pages that contain the fic itself */

.fic {
	font-family: "times new roman", serif;
}

.fic h2 {
   text-align: center;
}

.header {
	border: 1px solid #808080;
	padding: 1em;
}

/* HTML elements */

address {
	color: #626262;
   font-size: 80%;
   padding: 1em;
   text-align: center;
}

blockquote {
   text-align: center;
   margin-top: 1em;
   margin-bottom: 1em;
}

