/* Kylie Lee, June 29, 2007 */
/* style sheet */

html {
	background-color: #ffffff;
	color: #000000;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
}

#body1 {
	border: 1px solid #000000;
	margin: 1em;
   padding: 1em;
}

/* hotlinks */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* heads */

address {
	background-color: #ffffff;
	color: #808080;
	font-size: 90%;
}

.nav {
	font-size: 130%;
}

.description { }

.synopsis {
	font-style: italic;
}

.feedback {
	background-color: #ffffff;
	color: #808080;
	font-size: 90%;
	font-style: italic;
}

/* fic */

.header {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

.fic {
	border-bottom: 1px solid #000000;
}

