/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/bkg.gif);
	font-size: 12px;
}
a {
	color: #025DAC;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0F5A9E;
}
a:link {
	color: #025DAC;
	text-decoration: underline;
}
a:visited {
	color: #33507B;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	background-color: #3366CC;
}
p {
	font-size: 12px;
	margin: 20px 0px 0px 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0F5A9E;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0F5A9E;
}
#footnote {
	font-size: 9px;
}
#home {
	background-color:#ffffff;
	width: 400px;
	padding: 10px;
	align: center;
	vertical-align:middle;
	text-align: center;
}

#fiction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 600px;
	margin: 50px 100px 10px 100px;
	font-size: 13px;
	line-height: 1.4em;
}

#fiction p {
	font-size: 13px;
}