a:default{
	color: #00FFFF;
	text-decoration: none;
	font-weight: 100;
    }

a:link, a:visited, a:active
	{
	color: #00FF00;
	text-decoration: none;
	font-weight: 100;
    text-align: center;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: 100;
    }

body{
	color: #00FFFF;
	background-color: #000420;
	font-size: 8pt;
    font-family: Arial, Helvetica, sans serif
    }

h1, h2, h3{
	color: #00FFFF;
    }
