﻿body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    background-color: white;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: green;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.4em;
    margin:0;
    padding: 10px 0;
}

h4 {
    font-size: 1.2em;
    margin: 0;
    padding: 10px 0 5px 0;
}

hr {
    border: 1px solid darkgreen;
    margin: 10px,0,0,0;
}

p {
    font-size: 1.1em;
    text-align: justify;
}

table {
    width: 100%;
}
tr{
    vertical-align:top;
}
th {
    color: lightgreen;
    font-size: 1.1em;
    font-weight: bold;
    background-color: darkgreen;
    vertical-align: middle;
    text-shadow: 2px 1px 1px darkgreen;
    padding: 2px 4px;
    border: none;
}
td {
    padding: 2px 5px;
}

input {
    text-align: right;
}

ul {
    font-size: 1.2em;
    text-align: left;
}