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

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;
}

img {
        border-style: none;
}
