@charset "UTF-8";
/* CSS Document */

a { color:#990000; text-decoration: underline; }
a:visited { color: #000000;  text-decoration: none; }
a:hover { color: #CC0000; text-decoration: underline; }

hr { 
    background-color: #4479BE;
    border: 0;
    width: 100%;
    height: 1px;
}
