﻿body {
    background-color: white;
    margin: 0;
    top: 0;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 12pt;
    color: darkslategray;
}

h1, h2, h3 {
    color: white;
    text-shadow: 2px 2px 2px darkslategrey;
    column-span: all;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 2.5em;
}

p {
    text-align: justify;
}

table {
    font-family: Arial;
}

tr {
    border-bottom: 1px solid black;
    min-height:30px;
}

th {
    border-bottom: 1px solid black;
}

td {
    border-bottom: 1px solid black;
}

input {
    border: 1px solid lightgrey;
    border-bottom: 2px solid black;
    font-size: 12pt;
    background-color: transparent;
}

textarea {
    border: 1px solid lightgrey;
    border-bottom: 2px solid black;
    font-size: 12pt;
    font-family: inherit;
}
