body {
    font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
    color: #535353;
    background: #ffffff;
}

h1, h2, h3, h4
{
    text-align: left;
    font-weight: bold;
    color: #f7800a;
    background: transparent;
}

a:link {
    text-decoration: none;
    color: #0057ae;
}

a:visited {
    text-decoration: none;
    color: #644A9B;
}


a[href]:hover {
    text-decoration: underline;
}

hr {
    border: #dddddd dashed;
    border-width: 0 0 1px 0;
}

pre {
    display: block;
    color: #000000;
    background: #f9f9f9;
    border: #2f6fab dashed;
    border-width: 1px;
    overflow: auto;
    line-height: 1.1em;
    white-space: pre-wrap;       /* CSS 3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

dt {
    font-weight: bold;
    color: #0057ae;
}

p {
    text-align: justify;
}
fieldset {
    border: #cccccc 1px solid;
}

li {
    text-align: left;
}

hr {
    height: 1px;
    border: #888888 1px solid;
    background: #888888;
}

img {
    border: 0;
}

table {
    width: 100%; 
    border-collapse: collapse;
    border-spacing:10px;
}
th {
    text-align: left;
    border: #cccccc solid;
    border-width: 0 0 3px 0;
}
td {
    padding: 6px; 
}

div#navbar {
    height: auto;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #0057ae;
}
div#navbar ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    line-height: 30px;
    /* Improve responsiveness
    font-size: small;
    white-space: nowrap;
    */
}
div#navbar li {
    list-style-type: none;
    display: inline;
}
div#navbar li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #FFF;
}
div#navbar a:hover {
    background: #0000CC;
}
