BODY {
	background: white;
	color: #4D4D4D;
}

BODY.home { margin-top: 1em; margin-right: 0px; margin-bottom: 0px; margin-left: 4em}	

LI, OL, P    {
	font-family: Verdana, Gill, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;	
}

DIV { 
padding-top: 0px;
margin-top: 0px;
}

DIV.story {
	margin-top: 0px;
	background-color: #E6E6E6;
}

P.identity { font-size: 18px;
}

P.credits { font-size: 10px;
}

A:link    {
	color: #0033FF;
 }

A:visited {
	color: #0033FF;
 }

A:hover {
	color: #33FF66;
	}
	
A:active  {
	color: #FF0033;
 }
 
A:link, A:visited, A:active { text-decoration: none }
