/* CSS Document */
nav {
    font-family : Arial  ;
        font-weight : bold;
    color : #000000;
        font-size : 18px;
    text-decoration: underline;

}

 .scrol {
 scrollbar-3d-light-color: #1AB7EA;
                scrollbar-arrow-color: #1AB7EA;
                scrollbar-base-color: #1AB7EA;
                scrollbar-dark-shadow-color: white;
                scrollbar-face-color: #F8981D;
                scrollbar-highlight-color: #1AB7EA;
                scrollbar-shadow-color: #1AB7EA;
                scrollbar-track-color: #1AB7EA;
 }

a {
    font-family : Arial  ;
        font-weight : bold;
    color : #000000;
        font-size : 12px;
    text-decoration: underline;

}
sec { font-family : Arial  ;
        font-weight : bold;
    color : #000000;
        font-size : 12px;

    }
a:link {
    font-family : Arial  ;
        font-weight : bold;
    color : #C6A468;
        font-size : 12px;
    text-decoration: underline;
}
a:visited {
    font-family : Arial  ;
        font-weight : bold;
    color : #C6A468;
        font-size : 12px;
    text-decoration: underline;
}
a:hover {
    font-family : Arial  ;
        font-weight : bold;
    color : #C6A468;
        font-size : 12px;
    text-decoration: underline;
}
a:active {
    font-family : Arial  ;
        font-weight : bold;
    color : #C6A468;
        font-size : 12px;
    text-decoration: underline;
}
body
{
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;

}
body,td,th {
    font-family : Arial  ;
        font-weight : normal;
    color : #000000;
        font-size : 12px;
    text-decoration: none;
 }
 table.full-height {
  height:100%;

}

