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

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

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

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

#navigation	{ background-color: #cccccc; 
		  height: 30px;
		  margin: 0; padding: 0;
		  position: fixed; top: 0; left: 0; right: 0; 
		  color: #000066; 
		  width: 110%;
		}


#text		{ background-color: #ffdbff; 
		  margin: 0; padding: 0; border-spacing:0; 
		  color: #000000;
		  line-height: 1.4; 
		}

p 		{ font-family: gothic, "Old English Text", "MS Gothic", "Goudy Text", parchment, algerian, fantasy;
     		  line-height: 1.4; 
     		  font-size: medium;
    		  margin-left: 15%; margin-right: 5%;
		  text-align: justify;
		}

.navigation	{ margin-left: 5%; margin-right: 5%;
		  font-family: verdana, arial, helvetica, sans-serif;
		  font-size: small;
		  vertical-align: middle;
		}

h2 		{ font-family: gothic, "Old English Text", "MS Gothic", "Goudy Text", parchment, algerian, fantasy;
      	     	  font-size: large;
      	     	  font-weight: bold;
     	    	  margin-left: 5%;
		  margin-right: 5%;
		  color: #000066; 	
		}

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

