@charset "utf-8";
/* CSS Document */

body		{ 	margin: 0; padding: 0; 
		  		background-color: #ffffde; 
		  		color: #990000; 
			}

a:link		{ 	text-decoration: none; font-weight: bold; color: blue;
			}

a:visited	{ 	text-decoration: none; font-weight: bold; color: purple;	
			}

a:focus		{	text-decoration: none; font-weight: bold; color: #ff9900;	
			}
#navigation	{ 	background-color: #cccccc; 
		  		margin: 0; padding: 5px;
				width: 100%;
		  		position: fixed; top: 0; left: 0; right: 0;
		  		height: 1.1em;
		  		font-family: verdana, arial, helvetica, sans-serif;
		  		font-size: small;
		  		vertical-align: middle;
		  		width: 100%;
				z-index: 3;
			}
		
#text		{ 	background-color: #ffffde;
		  		margin: 0; padding: 0;
				width: 100%;
		  		line-height: 1.4; 
				height: auto;
				text-align: left;
			}
			
#textprose	{ 	background-color: #ffffde;
		  		margin: 0; padding: 0;
				width: 100%;
		  		line-height: 1.4; 
				text-align: justify;
				height: auto;
			}
			
#textcentre	{ 	background-color: #ffffde;
		  		margin: 0; padding: 0;
				width: 100%;
		  		line-height: 1.4; 
				text-align: center;
				height: auto;
			}
		
p 			{ 	font-family: georgia, garamond, palatino, times, serif;
     		  	font-size: medium;
    		  	margin-left: 15%; margin-right: 5%;
			}

h1 			{ 	font-family: verdana, arial, helvetica, sans-serif;
      	     	font-size: large;
      	     	font-weight: bold;
     	    	margin-left: 5%; margin-right: 5%;
			}

h2 			{ 	font-family: verdana, arial, helvetica, sans-serif;
      	     	font-size: medium;
      	     	font-weight: bold;
     	    	margin-left: 5%;
		  		margin-right: 5%;
			}

h3 			{ 	font-family: verdana, arial, helvetica, sans-serif;
      	     	font-size: medium;
      	     	font-style: italic;
      	     	font-weight: bold;
     	    	margin-left: 5%;
		  		margin-right: 5%;
			}
			
h4 			{ 	font-family: georgia, garamond, palatino, times, serif;
      	     	font-size: small;
      	     	font-style: italic;
     	    	margin-left: 5%;
		  		margin-right: 5%;
			}

h6 			{ 	font-family: georgia, garamond, palatino, times, serif;
      	     	font-size: xx-small;
     	    	margin-left: 50%;
		  		margin-right: 5%;
			}

img     	{ 	border: 0;
        	}
	
ul			{ 	margin-left: 10%;
		  		line-height: 1.4;
			}
	
.monospace	{	line-height: 1.1; 
				font-family:"Courier New", Courier, monospace;
			}
			
.epigraph	{  	margin-left: 5%;
			}
					
.center		{  	margin-left: 0; margin-right: 0;
				text-align: center;
			}

.sans		{  	font-family: verdana, arial, helvetica, sans-serif;
			}

.prose		{	margin-left: 5%; margin-right: 5%;
			}
		
.centerbold	{  	margin-left: 0; margin-right: 0;
				text-align: center;
      	     	font-weight: bold;
			}
			
.sansblack	{  	font-family: verdana, arial, helvetica, sans-serif; 
		  		color: #000000; 
			}
			
.monospwins	{	margin-left: 20%; 
				font-family:"Courier New", Courier, monospace;
			}
			
.serif		{	font-family: georgia, garamond, palatino, times, serif;
			}
