BODY
{
	background-color:Black;
	color: White;
	font-family: Verdana;
	font-size: 16px;
}

H1
{
	text-align:center;
	font-size: normal;
	font-weight:bolder;
}

H2
{
	text-align:center;
	font-size: smaller;
	font-weight:bolder;
}

A
{
	font-size: smaller;
	color: #8080ff;
	padding:  0,8,0,8;
}

A:hover
{
	text-decoration: underline;
	color: #c0c0c0;
}

Titles
{
	text-align:left;
	text-indent: 128px;
	font-weight:bolder;
}

.StoryTitle
{
	padding-top: 64px;
	font-weight:bolder;
	font-variant:small-caps;
	text-indent:64px;
	padding-bottom:8px;
}

.Story
{
	font-size: smaller;
	font-weight: normal;
	line-height: 20px;	
	margin-left:64px;
	margin-right:256px;
}

.Home
{
	margin-left:64px;
	padding: 0,0,0,0;
}

.StoryLink
{
	margin-left:64px;
	padding: 0,0,0,0;
	color: #b0a0ff;
	text-decoration: none;
}

.StoryList
{
	margin-left: 64px;
	padding: 0,0,0,0;
}

P
{
	text-indent: 8px;
}