body 		
		{  
       	background: #303030; 
		font-family: Arial;
  		}

p.entry		
		{
		margin-top: 1em;
		margin-left: 5em;
		margin-right: 5em;
		margin-bottom: 1em;
		font-size: 1.2em;
		line-height: 1.3em;
		color: #8B8757;
		} 
		
pre	
		{
		margin-top: 1em;
		margin-left: 5em;
		margin-right: 5em;
		margin-bottom: 1em;
		font-size: 1.2em;
		line-height: 1.3em;
		color: #8B8757;
		}
		
p.entry	img
		{
		float: left;
		border: none;
		}

p.epigraph
		{ 
		margin-left: 5em;
		font-size: 1.0em; 	
		line-height: 2em;
		color: #909090;	 
		}
		
ul
		{
		margin-left: 5em;
		margin-right: 5em;
		font-size: 1.2em;
		line-height: 1.3em;
		color: #8B8757;
		} 
		
var.back
		{ 
		float: left;
		border: none;
		position: fixed;
		bottom: 2em;
	    left: 1em;	 
		}
		
var.forward
		{ 
		float: right;
		border: none;
		position: fixed;
		bottom: 2em;
		right: 1em;
		}

div.footer	
		{ 
		text-align: center;
		font-size: 0.8em; 	
		line-height: 2em;
		margin-top: 3em;
		color: #909090;
		border: none;
		position: fixed;
        bottom: 1em;	
		left: 30%; 
		}
		
a:link
		{ 
		color: #909090;
		} 

a:visited
		{ 
		color: #808080; 
		} 

a:active 
		{ 
		color: #3232CD; 
		}
 
