﻿

body {
    background-color: #37434b;
    color: white;
    font-size: medium;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

a {
    color: #d18000;
    text-decoration: none;
}

    a:visited {
        color: #d18000
    }

    a:hover {
        text-decoration: underline;
    }

editform.table {
    background-color: brown;
    border: 1px solid grey;
    width: 100%;
    vertical-align: top;
}

table td {
    vertical-align: top;
}

table tr {
    vertical-align: top;
}



h2, h3 {
    display: inline;
    color: #d18000;
}

h1 {
    display: inline;
    color: #d18000;
    font-size: x-small;
    font-weight: 900;
}