/* Style sheet by Kylie Lee, April 2005 */

/* Written for chelle */

/* Stargate SG-1 style.css sheet */



/* General style for body and heads */



/* This style is stark white and has no background image */



html {

	font-family: arial, helvetica, sans-serif;

}



body {

	border: 1px solid black;

	margin: 1em 6em;

	padding: 1em;

}



h1, h2, h3, h4 {

	font-family: "times new roman", times, serif;

	font-variant: small-caps;

	letter-spacing: .3em;

}



h3 {

	border-bottom: 1px solid black;

	border-left: 1px solid black;

	text-align: left;

	padding: .5em;

}



/* Hotlinks */



a:link {

	text-decoration: none;

}



a:visited {

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}



/* style for the two table columns, left (nav) and right (content) */



td.left {

	padding: .3em;

	width: 150px;

}



td.right {

	padding: 1em;

}



/* style for the things that appear inside the index and fic pages */



#BodyIndex address {

	font-size: 85%;

	margin: 1em 0;

	text-align: right;

}



#BodyFic address {

	font-size: 85%;

	margin: 1em 0;

}



.description {

	font-size: 95%;

	font-style: italic;

	margin-left: 2em;

}



.disclaimer {

	font-size: 85%;

}



.fic {

	background-color: white;

	color: black;

	line-height: 1.3em;

	padding: 1em;

	text-align: justify;

}



.fic h2 {

	border-bottom: 1px solid black;

	border-left: 1px solid black;

	letter-spacing: .7em;

	text-align: left;

	padding: .5em;

}



.header {

	font-size: 85%;

	line-height: 1.5em;

	padding: 0 1em 1em 1em;

}



#BodyIndex .gifgraphic {

	text-align: right;

}



#BodyIndex .nav {

	line-height: 1.7em;

	font-size: 85%;

	text-align: right;

}



#BodyFic .nav {

	line-height: 1.7em;

	font-size: 85%;

}



.title {

	font-size: 105%;

}



.bottom {

	font-size: 85%;

	font-style: italic;

	text-align: right;

}



#BodyFic td.left {

	font-size: 90%;

	text-align: right;

	width: 200px;


