/*
 Story style sheet
 */

BODY 
{
	background-color: #FFCC00;
	font-family: Helvetica, sans-serif;
	color: #000000;
} 

 
A:link  { color: #000000 }
A:visited { color: #000000 }
A:active  { color: #000000 }

A:hover { color: #27C259 }

P
{
	text-align: justify;
	width: 95%;
}

H1
{
	text-align: left;
}

H2
{
	text-align: left;
}

H3
{	
	text-align: left;
	position: relative;
}

H4
{	
	text-align: left;
	position: relative;
}

