a {
    font-family: Arial, Helvetica, sans-serif; 
    color: yellow; 
    text-decoration: none; 
    cursor: hand
}
a:hover {
    font-family: Arial, Helvetica, sans-serif; 
    color: #FF0000; 
    text-decoration: none; 
    cursor: hand
}
body {
    background-color: black;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif, Helvetica; 
    font-size: 9pt;
    color: white;
    text-decoration: none;
}

div.flash { z-index: 1; }

img {
    border: 0;
}
