@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/140% "Droid Sans", sans-serif;
    color:#000000;
}

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

h1
{
    font:normal normal bold 35px/140% Oswald, sans-serif;
    color:#333333;
    
}

h2
{
    font:normal normal bold 18px/140% Oswald, sans-serif;
    color:#0091B7;
    
}

h3
{
    font:normal normal normal 16px/140% Oswald, sans-serif;
    color:#0091B7;
    
}

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

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

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