body {  margin: 0px  0px; padding: 0px  0px;
    font-family: "Verdana", "Tahoma", "Arial", "MS Sans Serif";
    font-size: 13px !important;
    background-image: url('/images/bg-l-r.jpg');
    background-size: 100vw 100vh;
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-color: #1A2527;
    color:#fff;
}

a{
    font-size: 13px !important;
}
a:link { color: #0099FF; text-decoration: none}
a:visited { color: #0099FF; text-decoration: none}
a:active { color: #00FF00; text-decoration: underline}
a:hover { color: #0000FF; text-decoration: underline} 
