body {
    margin: 0px;
    background-color: #e4e4e3;
    font-family: Verdana, Arial, Helvetica; font-size: 12px;
}

table {
    width: 100%;
}

th {
    font-size: 12px;
}

td {
    font-size: 12px;
}

pre {
    width: 100%;
    color: #3f3f3e;
    font-family: Lucida Sans Typewriter, Monospace, Courier New, Arial, Helvetica;
    font-size: 12px;
}

hr {
    height: 1px; background-color: #3f3f3e; border:none
}

a:link, a:visited, a:active {
    color: #3f3f3e;
    text-decoration: none;
}

a:hover {
    color: #cb1e58;
}

/* a[href $='.png'], a[href $='.jpg'], a[href $='.gif'] {
   color: grey!important;
} */

a[href $='.html']  , a[href $='.txt'], a[href $='.zip'], a[href $='.doc']{
   color: #3f5aa6 !important;
}

address {
    color: #3f5aa6;
    font-size: 11px;
}

div.top {
    font-style: italic;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
}

div.left {
    width: 100px;
    height: 100%;
    float: left;
}

div.header {
    margin: 10px;
    max-width: 800px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('./.assets/uib_logo_landscape.png');
}

div.notes {
    background-color: #FFFFFF;
    color: #4E5973;
    padding: 10px;
    margin: 10px;
    max-width: 780px;
    border: 1px solid #aaaaaa;
}

div.files {
    padding: 10px;
    margin: 10px;
    max-width: 780px;
    border: 1px solid #aaaaaa;
    background-color: #FFFFFF
}

