/* Style sheet by Kylie Lee, April 2005 */
/* Written for chelle */
/* Atlantis style.css sheet */

/* General style for body and heads */

html {
	background: #4e769d url(blue.gif) repeat fixed;
	color: black;
	font-family: verdana;
}

body {
	background-color: white;
	color: black;
	margin: 1em 5em;
	padding: .3em;
}

h1, h2 {
	text-align: right;
}

.fic h2 {
	border-bottom: 2px solid #4e769d;
	letter-spacing: .3em;
	padding: .3em 0 .3em .3em;
	text-align: left;
}

h3 {
	text-align: right;
	border-bottom: 2px solid #4e769d;
	padding: .3em 0 .3em .3em;
}

.nav h4 {
	text-align: left;
	border-bottom: 2px solid #4e769d;
	padding: .3em 0 .3em .3em;
}

/* Hotlinks */

a:link {
	background-color: white;
	color: #4e769d;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #607282;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #4e769d;
	font-weight: bold;
	text-decoration: underline;
}

/* style for the two table columns, left (nav) and left (content) */

td.left {
	font-size: 80%;
	padding: .3em;
	text-align: left;
	width: 200px;
}

#BodyIndex td.left {
	vertical-align: top;
}

#BodyIndex td.left {
	vertical-align: top;
}

td.left {
	padding: 1em;
}

#BodyIndex .bottom {
	border-top: 2px solid #4e769d;
	font-size: 70%;
	font-style: italic;
	margin-top: 2em;
	text-align: left;
}

/* style for the things that appear inside the index and fic pages */

address {
	font-family: verdana;
	font-size: 80%;
}

.description {
	font-size: 80%;
	margin: 0 2em 0 3em;
	text-align: right;
}

.warning {
	background-color: white;
	color: black;
	font-size: 80%;
}

.disclaimer {
	font-family: verdana;
	font-size: 80%;
}

.fandom {
	font-weight: bold;
}

.fic {
	background-color: white;
	border-top: 2px solid #4e769d;
	color: black;
	font-family: verdana;
	line-height: 1.3em;
	padding: 1em;
}

.header {
	font-size: 95%;
	line-height: 1.5em;
	padding: 3em 1em 1em 1em;
	text-align: right;
}

.header p {
	margin-left: 2em;
}

.graphic {
}

.gifgraphic {
align: center;
}

.nav {
	line-height: 1.5em;
}

.title {
	font-size: 90%;
	text-align: right;

}



