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

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

#text		{ background-color: #ffffde; 
		  margin: 0; padding: 0; border-spacing:0; 
		  color: #a90000; 
		}

p 		{ font-family: verdana, helvetica, arial, sans-serif; 
    		  font-size: medium; 
    		  line-height: 1.5;
    		  color: #990000;
    		  margin-left: 15%; margin-right: 5%;
		}

.p1  		{ font-size: small; 
		  font-family: verdana, arial, helvetica, sans-serif; 
		  color: #000099;
    	          margin-left: 5%; margin-right: 5%; 
		}

		
h2 		{ font-family: verdana, helvetica, arial, sans-serif; 
    		  font-size: big; 
     		  font-weight: bold;
     		  line-height: 1.5;
     		  color: #990000;
     		  margin-left: 5%; 
		}

h3 		{ font-family: verdana, helvetica, arial, sans-serif; 
    		  font-size: medium; 
     		  line-height: 1.5;
     		  color: #990000;
     		  margin-left: 5%; margin-right: 5%; 
		}


