/* Style sheet by Kylie Lee, April 2005 */
/* Written for chelle */
/* Buffy style.css sheet */

/* General style for body and heads */

html {
	background: #eff2d7 url(lightback.jpg) repeat fixed;
	color: black;
	font-family: "courier new", courier, monospace;
}

body {
	background-color: #eff2d7;
	color: black;
	margin: 1em 7em;
	padding: .3em;
}

h1, h2, h3, h4 {
	padding: .3em;
	text-align: center;
	text-transform: lowercase;
}

/* Hotlinks */

a:link {
	background-color: #eff2d7;
	color: #4a531a;
	text-decoration: none;
}

a:visited {
	background-color: #eff2d7;
	color: #4a531a;
	text-decoration: none;
}

a:hover {
	background-color: #eff2d7;
	color: #4a531a;
	text-decoration: underline;
}

td.left {
	text-align: center;
	width: 200px;
}

#BodyIndex {
	text-align: center;
}

#BodyIndex td.right {
	vertical-align: top;
}

td.right {
	padding: 1em;
}

/* style for the things that appear inside the index and fic pages */

address {
	background-color: #eff2d7;
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
	margin: 1em 0;
}

.description {
	font-size: 95%;
}

.warning {
	background-color: white;
	color: black;
	font-size: 95%;
}

.disclaimer {
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
}

.fandom {
	font-weight: bold;
}

.fic {
	background-color: white;
	border: 1px solid black;
	color: black;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	padding: 1em;
	text-align: justify;
}

.fic h2 {
	padding: .5em 0;
}

.header {
	font-size: 85%;
	line-height: 1.5em;
	padding: 0 1em 1em 1em;
}

.graphic {
}

.gifgraphic {
}

#BodyIndex .nav {
	font-size: 90%;
	line-height: 1.5em;
}

.title {
	font-size: 110%;
	margin-top: 2em;
}

.bottom {
	font-size: 80%;
	margin: 3em 2em 2em 2em;

}

