body {
        background-color: #000000; /* black */
	/*font-family: courier, sans serif;*/
        font-family: verdana;
	font-size: 10pt;
	color: #FFFFFF; /* white text */
}

footnote {
	font-family: Arial, Helvetica, Times;
	font-size: 8pt;
}

a:link {color:#ffa550;}  /* orange */

a:visited {color: #ffa550;}  /* orange */

a:hover {
        text-decoration: none;
        color: #FFFFFF; /* white */
        /* font-weight:bold; */
}

a:active {color: #ffa550;text-decoration: none} /* orange */

header_links {
        position:absolute;
        top:100px;
        left:60px;
        margin-top:-5em
}

img {
        border-style: none;
}
