a.story:link
{
	color:black;
	font-weight: normal;
	font-size: 12pt;
	background: #B7BFDF;
	font-family: helvetica, arial;
}


a:link	
	{
		color: black;
		font-weight: normal;
		text-decoration: none; 
	}

a:active	
	{
		color: black;
		font-weight: normal;
		text-decoration: none; 
	}

a:visited
	{
		color: black;
		font-weight: normal;
		text-decoration: none; 
	}


a:hover	
	{
		font-weight: normal;
		text-decoration: underline; 
	}

a.h3:link
{
		color: blue;
		font-weight: normal;
		text-decoration: none; 
}




table
{
	font-size: 10pt;
	font-family: helvetica, arial;
}
.script
{
	font-size: 12pt;
	font-family: courier new, courier, courrier, veranda;
}

small 
{	
	font-size: 8pt;
	font-family: helvetica, arial;
}



h1
{
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	font-family: Palatino, Times, Times New Roman;	
}

h2
{
	font-weight: bold;
	font-size: 16pt;
	font-family: helvetica, arial;
}

h3
{
	font-weight: normal;
	font-size: 10pt;
	font-family: helvetica, arial;
}

img.storypic {padding: 8px; }


em
{
	font-style: normal;
	color:white;
	background-color:#959EBE;
}
em:hover	
	{
		color: white;
		font-weight: normal;
		text-decoration: underline; 
	}

pre{
        padding: 20px
}
