body {
			font-family: arial, sans-serif;
			font-size: 9pt;
			font-weight: regular;
			color: #999999;
			background-color: #000000; }
			
html {
			scrollbar-base-color: #999999;
			scrollbar-arrow-color: white;
			scrollbar-track-color: #000000;

			scrollbar-shadow-color: black;
			scrollbar-lightshadow-color: black; 
			scrollbar-darkshadow-color: gray;

			scrollbar-highlight-color: white;
			scrollbar-3dlight-color: black;  }
         
         
p {

			font-family: arial, sans-serif;
			font-size: 10pt;
			font-weight: bold;
			color: #999999;
			background-color: #000000; }
		
         
a {
			font-family: arial, sans-serif;
			font-size: 9pt;
			font-weight: normal;
			color: #999999;
			background-color: #000000; }
	         
a:link { 
			color: #999999;
			text-decoration: none; }
		
a:visited  {
			text-decoration: none;
			color: #999999; }
		

a:active  {

			text-decoration: none; }
		

a:hover  {

			text-decoration: none;
			color: #6699cc; }