@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/130% "Droid Serif", serif;
    color:#3e454f;
}

input, textarea
{
    font:normal 14px/130% "Droid Serif", serif;
}

h1
{
    font:normal normal bold 30px/140% "Oleo Script", cursive;
    color:#364276;
    
}

h2
{
    font:normal normal bold 16px/140% Oswald, sans-serif;
    color:#3471a7;
    
}

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

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

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

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