body {
    color: #000000;
    font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
a:link {
    text-decoration: none;
    color: #990000;
}
a:visited {
    text-decoration: none;
    color: #990000;
}
a:hover {
    text-decoration: none;
    color: #999999;
}
#flashcontent {
    border: 1px solid #990000;
    width: 750px;
    height: 600px;
}