body		{font-family: sans-serif; font-size: 10pt; height: 90% }
a:link 		{
		 text-decoration: none;
		 color: blue;
		}
a:hover		{
		 text-decoration: underline;
		 color: black
		}
a:visited 	{
	         text-decoration: none;
		 color: blue
		}
a:active 	{
		 text-decoration: underline;
		 color: blue;
		}

#content	{padding-left: 5em;
		 display: block;
		 position: absolute;
		 width: 70%;
		 height: auto;
		 top: auto;
		 bottom: auto;
		 right: auto;
		 left: 0}

#sidebar	{position: fixed;
		 width: 20%;
		 height: auto;
		 top: 15%;
		 left: auto;
		 right: 0;
		 bottom: 100px;
		 border-left: dotted;
		 border-width: thin;
		 padding-left: 10pt;
		 background: white}

#footer		{
		 position: fixed;
		 bottom: 0;
		 width: 100%;
		 height: 15pt;
		 background: white}


h1		 	{color: red; padding-left: 2em}

div.story h2	 	{
			 font-size: 8pt;
	 	   	 color: gray;
		  	 text-align: right;
		 	 border-width: thin;		
		 	 border-bottom-style: groove;
			}

h2, div.story h3	{font-size: 12pt;}

h3			{font-size: 10pt}

ul			{font-size: 8pt;	
			 list-style: none;
			 text-indent: 0
			}

div.story h4		{font-size: 8pt;	
			 line-height: 0;
			}

div.sponsor 		{ color: blue }