/*global*/
a {
    text-decoration: underline; 
    color: #442233;
}
a:hover {
    text-decoration: underline; 
    color: #339900;
}
body {
     background-color: white;
     background-attachment: fixed;
     background-image: url('/hgi_halo.gif');
}
h2 {
    font 16 pt Aldine401 BT; 
    color: black;
    align: center;
}
marquee {
     text-align: center
}
/*error*/
.error {color:#990000;font-weight:bold;}

