@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Josefin+Sans%3A400);

body {}

body, p, table, td
{
    font:normal 20px/140% "Josefin Sans", sans-serif;
    color:#006505;
}

input, textarea
{
    font:normal 20px/140% "Josefin Sans", sans-serif;
}

h1
{
    font:normal normal bold 40px/140% "Josefin Sans", sans-serif;
    color:#1D6C00;
    text-align:center;
}

h2
{
    font:normal normal bold 40px/140% "Josefin Sans", sans-serif;
    color:#346800;
    text-align:center;
}

h3
{
    font:normal normal bold 30px/140% "Josefin Sans", sans-serif;
    color:#377700;
    text-align:center;
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#2B3D00;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #2B3D00;
}

div.hr
{
    border-bottom-style:solid;
    border-bottom-width:1px; /* fix */
    border-color: #798700;
    height: 1px;
}
