a {	
	color: #ffcc00;
/*	color: #3366CC;	*/
/*	line-height: 5pt; */
	text-decoration: none
}
body {	
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10pt;	
	line-height: 1em;	
	color: #CCCCCC;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#ffcc00; 
	scrollbar-arrow-color:#ff0; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#000000; 
	scrollbar-highlight-color:#000000; 
	scrollbar-shadow-color:#ffcc00; 
	scrollbar-track-color:#000000; 
	}
h2 {
	color: #CCCCCC
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	 	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}

textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}

a:hover {	
	text-decoration: underline
	}

/* buttons */

#pmenu {
	height: 28px;
	width: 82px;
	float: center;
	}
	
#pmenu a {
	background: url("images/homebutton.gif")  no-repeat ;
	color: #FFFFFF;
	font-weight:bold;
	display:block;
	font-size:9pt;
   }

#pmenu a:hover {
	color : #00ffff;
	font-weight:bold;
   }

#pmenu a:active {
	color:#00ff00;
	font-weight:bold;
   }
