body {
    scrollbar-face-color: #dee3e7; 
    scrollbar-highlight-color: #ffffff; 
    scrollbar-shadow-color: #dee3e7; 
    scrollbar-3Dlight-color: #d1d7dc; 
    scrollbar-arrow-color: #313187; 
    scrollbar-track-color: #efefef; 
    scrollbar-darkshadow-color: #98aab1;
    font-family: verdana, helvetica, arial, san-serif;
    font-size: 10px;
    background-image:url(../images/bkg_01.gif);
}
.text1 {
    font-family: Arial, myriad, "trebuchet ms", Verdana, Helvetica, sans-serif;
    font-size: large;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    float: none;
    margin-right: 150px;
    background-color: #990000;
    background-position: center center;
    text-align: right;
    vertical-align: bottom;
    letter-spacing: .5em;
    padding: 15px;
    margin-top: 150px;
    cursor:default;
}
.text2 {
    font-size: 12px;
    color: #CCCCCC;
    letter-spacing: 0em;
}
a {
    color: #CCCCCC;
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}
a:link, a:visited {
    border-bottom-color: #999999;
}
a:hover, a:active {
    color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
ul {
    margin:0; padding:5px;
    list-style-type:none;
} ul li {
    list-style-type:none;
    padding-bottom:2px;
} ul li span {
    background:#FFF;
    color:#999;
}