html
{
    background-color: #d9ffde;
}

@font-face {
    font-family: sourcesans;
    src: url("font.ttf");
}

h1
{
    font-family: sourcesans;
    font-size: 40pt;
    color: #1aab2d;
    text-align: center;
}

h2
{
    font-family: sourcesans;
    font-size: 20pt;
    color: #1aab2d;
}

h3
{
    font-family: sourcesans;
    font-size: 20pt;
    color: #1aab2d;
    text-align: center;
}

h4
{
    font-family: sourcesans;
    font-size: 18pt;
}

p
{
    font-family: sourcesans;
    font-size: 16pt;
    text-align: center;
}

td
{
    font-family: sourcesans;
    font-size: 16pt;
}

tr
{
    font-family: sourcesans;
    font-size: 16pt;
}

a:link
{
    color: #3ac74d;
}

a:visited
{
    color: #3ac74d;
}

a:hover
{
    color: #1aab2d;
}

ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #bcf5c4;
}
  
li 
{
    float: left;
    font-family: sourcesans;
    font-size: 16pt;
}

.bullet
{
    float: none;
    font-family: sourcesans;
    font-size: 16pt;
}
  
li a 
{
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.active
{
    background-color: #ace8b4;
}
