@charset "iso-8859-1";
/* HA CSS file */

body {
        font-family: trebuchet MS, verdana;
		background-color:#000020;
     	text-color:#ffffff;
		scrollbar-face-color:#000020;
		scrollbar-arrow-color:#ffff00;
		scrollbar-track-color:#CCCCCC;
		scrollbar-shadow-color:00000;
		scrollbar-highlight-color:'';
		scrollbar-3dlight-color:'';
		scrollbar-darkshadow-Color:'';
}

table {
        font size: 8 pt;
		color: #ffffff;
		font-family: verdana;
		}

h1 {
        font-size: 13pt;
        font-weight: bold;
		color: #66ccff;
		font-family: trebuchet MS;
		}
		
h2 {
        font-size: 9pt;
        font-weight: none;
		color: #ffffff;
		font-family: Verdana;
		}	
		
h3 {
        font-size: 9pt;
        font-weight: none;
		color: #66ccff;
		font-family: trebuchet MS;
		}	
	

a:visited {
        color: #ffff00;
		text-decoration: none
		}

a:link {
        color: #ffff00;
		text-decoration: none
		}

a:hover {
        color: #ffffff;
		text-decoration: none
		}