@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/160% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#463100;
}

input, textarea
{
    font:normal 14px/160% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
}

h1
{
    font:normal normal bold 20px/140% "Droid Serif", serif;
    color:#E2C300;
    text-align:center;
}

h2
{
    font:normal normal bold 35px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#2F5700;
    text-align:center;
}

h3
{
    font:normal normal bold 19px/140% "Josefin Sans", sans-serif;
    color:#FF683A;
    
}

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

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

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