body {
    background-color: #FFFFFF;
    margin: auto;
}

.desk {
    background: #FFFFFF url(../images/Letter_1500_wide.jpg) no-repeat left top;
    width: 1500px;
    height: 853px;
}

:link {
    color: rgb(0, 76, 150);
    text-decoration: none
}

:visited {
    color: rgb(0, 76, 150);
    text-decoration: none
}

:active {
    color: rgb(255, 0, 0);
    text-decoration: none
}

:hover {
    color: rgb(255, 0, 0);
    text-decoration: none
}

.pageTitle {
    color: #666666;
    text-decoration: none;
    font-family: Verdana;
    font-weight: bold
}

.marqueeStyle {
    font-family: Verdana;
    font-size: 12pt;
    color: #FF0000;
    font-weight: bold;
    float: left;
    text-align: left
}

.marqueeStyleText {
    font-size: 14pt
}