/* BWS Website stylesheet */

a {
    color : #1568B1;
    font-weight : normal;
    text-decoration : none;
}

a:visited {
    color : #1568B1;
    font-weight : normal;
    text-decoration : none;
}

a:hover {
    color : #75052D;
    font-weight : normal;
    text-decoration : underline;
}

a:active {
    color : #B40A1A;
    font-weight : normal;
    text-decoration : none;
}

body {
    color : #333;
    background-color : #ffffff;
    font-family : Verdana, Arial, "Sans Serif";
    font-size : 11px;
    line-height : 120%;
    text-decoration : none;
    text-align : left;
}

