/*global*/
a {
    text-decoration: underline; 
    color: #442233;
}
a:hover {
    text-decoration: underline; 
    background: #cff;
    color: #992;
}
a:link {
     color: #057;
}
a:visited {
     color: #68b;
}
body {
     background-color: white;
     background-attachment: fixed;
     background-image: url('/hgi_halo.gif');
     font-style: normal;
     font-size: large;
}
marquee {
     text-align: center
}
em { 
    font-style: italic;
    font-size: larger; }
/*error*/
.error {color:#990000;font-weight:bold;}
