@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/180% "PT Sans", sans-serif;
    color:#000000;
}

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

h1
{
    font:italic normal bold 25px/140% "PT Sans", sans-serif;
    color:#D8792E;
    text-align:center;
}

h2
{
    font:normal normal bold 20px/140% "PT Sans", sans-serif;
    color:#6E006B;
    text-align:center;
}

h3
{
    font:normal normal bold 14px/140% "PT Sans", sans-serif;
    color:#333333;
    
}

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

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

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