@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/160% "PT Sans", sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 17px/160% "PT Sans", sans-serif;
}

h1
{
    font:normal normal bold 50px/140% Bitter, serif;
    color:#00a971;
    
}

h2
{
    font:normal normal normal 35px/140% Bitter, serif;
    color:#00a971;
    
}

h3
{
    font:normal normal normal 25px/140% "PT Sans", sans-serif;
    color:#00a971;
    
}

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

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

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