/* story.css -  Style for stories. 
   (c) 2005  Simeon Veldstra       */

H1, H2, H3, H4 {
	color: rgb(255, 5, 128); 
	background-color: rgb(255, 255, 255); 
	margin-left: 6%;
}

P {
	margin-right: 15%; 
	margin-left: 10%;
}

PRE {
	margin-right: 17%; 
	margin-left: 11%;
}

P.author {
	font: small-caps 9pt serif; 
	margin-left: 9%;
}
A.author:link {
	color: rgb(128, 128, 128);
	background-color: rgb(255, 255, 255); 
}
A.author:visited {
	color: rgb(128, 128, 128);
	background-color: rgb(255, 255, 255); 
}

span.fakelink {
	color: blue;
}
