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

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: #ffffcc; 
		  margin: 0; padding: 0; border-spacing:0; 
		  color: #990000;
		  line-height: 1.5; 
		}

p 		{ font-family: verdana, arial, helvetica, sans-serif; 
    	  	  font-size: 16pt; 
	  	  text-align: justify;
    	  	  margin-left: 10%; margin-right: 5%;
 		}

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

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

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

h3 		{ font-family: verdana, arial, helvetica, sans-serif; 
     	 	 font-size: 16pt; 
     	 	 line-height: 1.5;
      	  	margin-left: 5%; margin-right: 5%;
 }


