/*
 *	defualt.css
 * 
 *	Default style sheet Erotic Fish Tank
 */

span.m 
	{
	font-variant: small-caps
	}

div.story
	{
	width: 32em;
	font: normal 13pt;
	line-height: 1.2;
	padding: 4em 3em;
	margin: 1em 0;
	/*text-indent: 1.5em;*/
	text-align: left;
	}

div.story h1
	{
	color: #060;
	font: bold 14pt;
	font-variant: small-caps;
	text-indent: 0;
	margin-top: 3em;
	margin-bottom: 1em;
	}

div.story h2
	{
	color: #000;
	font: bold 13pt;
	font-variant: small-caps;
	text-indent: 0;
	margin-bottom: 1em;
	margin-top: 2em
	}

div.story hr
	{
	margin: 1em;
	padding: 1em;
	color: #888;
	display: block;
	}

div.story p
	{
	font-family: "Georgia";
	padding-top: 0;
	padding-bottom: 0em;
	margin-top: 0;
	margin-bottom: 1em
	}

div.story blockquote
	{
	font: italic 12pt;
	text-indent: 0;
	}

div.story p.first-para
	{
	text-indent: 0
	}

div.story p.author
	{
	font-size: 12pt;
	padding-bottom: 1em;
	text-indent: 0
	}

div.story p.disclaimer
	{
	color: #c00;
	font: italic 12pt;
	padding-bottom: 1em;
	text-align: left;
	text-indent: 0
	}
