ul {
    list-style-type: circle;
    padding-left: 12px;
}

table {
    border: solid thin gray;
}

td {
    text-align:left;
    font-size:13px;
}

div.nav a {
    
    display:block;
    float:left;
  
    margin:20px 0px 0px 40px;

    color:#386300;
    text-decoration: none;
    font-size:16px;
    font-weight: bold;
}

div.nav a:hover {
    color:#508e00;
}

h1 {
    font-size:20px;
}

h2 {
    font-size:18px;
}

h3 {
    font-size:16px;
}

td.h {
    background-color: #c2cccc;
    text-align:center;
}

td.c1 {
    background-color: #d2dbc7;
    text-align:center;
}

td.c2 {
    background-color: #e7ece0;
    text-align:left;
}