/** Built in classes */

A {
	text-decoration : none>;
	color : black;
}

A:Hover  {
	text-decoration : underline;
	color : blue;
}

BODY {
	font-size: 105%;
	font-family: Helvetica, Arial, Sans-Serif;
	background-color: white;
}

H1 {
	font-size: 150%
}

H2 {
	font-size: 125%
}

HR {
	size: 2px;
	color: black;
	width: 100%;
}

P {
	text-indent: 1cm;
	line-height: 1.2em;
	text-align: justify;
}

P.first { 
	text-indent: 0in;
}

P.footer {
	text-indent: 0in;
	text-align: center;
	font-size: 125%;
}

/** custom classes */

.storyArea {
	width: 6.5in;
	text-align: left;
	padding: 4px;
	border: 1px solid gray;
}
