body 
		 {
		 background-color:#66CCFF;
		 color:#000000;
		 font-family:arial,helvetica,sans-serif;	 
		 text-align:center;
		 }
		 
a:link
 		 {
		 color:#FFFF00;
		 text-decoration: none;
		 background-color:#006600;
		 }
		 
a:active
		 {
		 color:#00FF00;
		 text-decoration: none;
		 background-color:#006600;
		 }
		 
a:visited		 
		 {
		 color:#FFCC33;
		 text-decoration: none;
		 background-color:#663300;
		 }

h1
		 {
		 text-align:center;
		 text-size:300%;
		 color:#663300;
		 }

h2
		 {
		 text-align:center;
		 text-size:150%;
		 color:#996633;
		 bgcolor:#ff99cc;		 
		 }

.nav1
		 {
		 font-size: 60%;
		 font-weight: bolder;
		 }
		 
.nav2
		 {
		 font-size: 75%;
		 font-weight: bolder;
		 }
		 
.nav3
		 {
		 font-size: 90%;
		 font-weight: bold;
		 }
		 
