    A,A:visited,A:active    
	     {
	       color: #e87d00;
		   text-decoration: none;
	     }
	A:hover 
	     {
		   text-decoration: underline;
		 }	 
		 
    A.orange,A.orange:visited
	     {
	       color: #FFFFFF;
		   font-family: tahoma, arial;
		   font-size: 75%;
		   text-decoration: none;
	     }

    A.orange:hover
	     {
		   text-decoration: underline;
	     }
		 		 
    A.footer,A.footer:visited
	     {
	       color: #000000;
		   font-family: tahoma, arial;
		   text-decoration: none;
	     }

    A.footer:hover
	     {
		   text-decoration: underline;
	     }
 
    BODY 
	     {
	font-family: arial, tahoma;
	background-image: url('art/bodybg.png');
	background-position: center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	     }
	P.intro
	     {
		 color: #404040;
		 font-size: 90%;
		 line-height: 125%;
		 font-family: arial, tahoma;
		 padding: 0px 8px 8px 8px;
		 margin: 5px 0px 0px 0px; 
		 text-align: center;
		 }
    H3.infobox
	     {
		 color: #646464;
		 font-size: 90%;
		 font-family: tahoma;
		 text-decoration: underline;
		 padding: 2px 0px 4px 0px;
		 margin: 0px; 		 
		 }
    P    {
	     text-indent: 1em;
	     color: #59565b;
	     font-size: 95%;	
	     }		 
	P.infobox
	     {
		 color: #646464;
		 text-indent: 0px;
		 font-size: 80%;
		 font-family: tahoma, arial;		
		 padding: 10px 0px 0px 0px;
		 margin: 0px; 		 
		 }	 	 
	SMALL.footer
	     {
		 font-size: 70%;
		 font-family: tahoma, arial;
		 }	 
