<STYLE type="text/css">
html { margin: 0; padding: 0; }

body { 
	 background-color: #ffffff;
	 background-image:url('images/bunnytile.gif');
/*	 background-position: 50% 50%; 
     background-attachment: fixed;
     background-repeat: no-repeat; */
	 font-family: "Helvetica", sans-serif; 
     font-style:normal; 
     font-weight:normal; 
     font-size: 16px;
	 }

P { color: #000000;}
A:link    { color: #09850f; font-style:strong;}
A:active  { color: #59bf48; font-size: 100% }
A:visited { color: #367d2a; font-size: 100%;}
A:hover { text-decoration: underline;}
ul { color: #000000; list-style-image:url('images/paw.gif');}
li { margin: 0px 0px .5em 0px;}

ul#paw {list-style-image:url('images/paw.gif'); }

table { background-color: #fff6ab; 
	  	/*border: 5px solid #09850f; */ 
	  	/* width: 100%;  
	  	height: 50px; 
		color: #000000;*/
        font-family: "Helvetica", sans-serif;}

table#main { background-color: #fff6ab; 
	  	border: 5px solid #09850f; 
	  	/* width: 100%;  
	  	height: 50px; 
		color: #000000;*/
        font-family: "Helvetica", sans-serif;}

#menu
	 {
	  posistion: absolute;
	  float: top;
	  clear: left;
	  width: 100%;
	  margin: 0; padding: 0;
	  color: #FDFDFD; 
	  background: #000000;
	  font-size: 14pt;
      font-family: "MS Verdana";
	  }

#decor2
		{
		 background: #ffffff;
         border: 2px solid #4e4e4e;
         color: #000000;
         text-align:center;
         clear: both;
		 margin: 1em; padding: 2em; 
		 }
 

</STYLE>