@charset "iso-8859-15";
@import "flehite-body.css";

body {
    color: black;
    background-color: white;
    font-family: Times, Times New Roman, Times Roman, serif;
    text-align: justify;
    font-size: 10pt;
}


h1, h2, h3, h4, h5, h6, h7, h8, th {
    font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}


A:link {
    text-decoration: underline;
    color: blue;
    /* color: #3333FF; */
}

A:visited {
    text-decoration: underline;
    color: blue;
}

A:active {
    text-decoration: underline;
    color: blue;
}


table {
    margin: 0.2em 0.1em;
    border: 0;
}

td {
    vertical-align: top;
    text-align: left;
    padding: 0 0.3em;
}

th {
    vertical-align: top;
    text-align: left;
    padding: 0.5ex 0.3em 0.2ex;
    font-weight: bold;
    font-size: larger;
}


.navigate, .lely-navigate, .page-stats {
    display: none;
}

.dense {
    margin: 0 -2.5em;
    padding: 0;
    font-size: 80%;
    font-family: Lucida, Verdana, Helvetica, Arial, sans-serif;
    /* font-family: serif; */
}

