/* Style sheet by Kylie Lee, September 2004 */
/* Written for Gigi Sinclair */
/* style.css */

/* General style for body and heads */

html {
   background-color: #003955;
   color: white;
}

body {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	margin: 0 8em;
   background-color: white;
   color: black;
   padding: 1em;
}

h3 {
	border-bottom: 1px solid #003955;
	border-right: 1px solid #003955;
	padding: .3em;
}

h4 {
	background-color: #003955;
	color: white;
	padding: .2em;
}

/* Hotlinks */

a:link {
	background-color: white;
	color: #003955;
	text-decoration: none;
}

a:visited {
	background-color: white;
	color: #003955;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: white;
	color: #003955;
	text-decoration: underline;
}

/* style for the things that will appear inside the index and fic pages */

.display {
	font-size: 110%;
}

address {
	background-color: white;
	border-top: 1px solid #003955;
	color: #3f3f3f;
	font-size: 95%;
	padding: 1em 0;
	text-align: left;
}

.nav {
	text-align: center;
	width: 160px;
}

.title {
	font-size: 110%;
}

.description {
	font-size: 95%;
	margin-left: 2em;
}

.new {
	background-color: white;
	color: red;
	font-style: italic;
	margin-left: .3em;
}

.sign {
	font-style: italic;
	text-align: right;
}
