body {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        background-image: url(bg_logo.gif);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-attachment: fixed;
}
em {
        color: red;
        background-color: transparent;
} 
a:link {
        color: #990000;
        background-color: transparent;
        text-decoration: none;
        font-size: 14px;
} 
h2 {
        color: maroon;
        background-color: transparent;
} 
table {
        font-size: 10px;
}
td {
        font-size: 11px;
} 
a:visited {
        color: #990000;
        background-color: transparent;
        text-decoration: none;
        font-size: 14px;
} 
a:active {
        color: #FF0000; 
        background-color: transparent;
        text-decoration: none;
        font-size: 14px;
} 
a:hover {
        color: #FF0000;
        background-color: transparent;
        text-decoration: underline;
        font-size: 14px;
} 