body		{ margin: 0; padding: 0; 
		  background-color: #aad4f7; 
		  		color: #000066; 
		}

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

a:active 	{ text-decoration:none; 
		  font-weight: bold;
	   	  color:#ff9900;	
		}

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

#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%;
			}

p 		{ font-family: georgia, garamond, palatino, times, serif; 
    		  font-size: medium; 
    		  margin-left: 15%;
		}

img			{	border: 0;
			}
			
#text		{ background-color: #aad4f7;
		  margin: 0; padding: 0; border-spacing:0; 
		  color: ##000018;
		  line-height: 1.4; 
		}

.nav 		{ text-align: right;
		}

.p1 		{ font-family: verdana, arial, helvetica; 
	      	  font-size: 10pt; 
    	      	  margin-left: 5%; margin-right: 5%; 
		}

.epigraph	{  	margin-left: 5%;
			}
