@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Oswald%3A400);

body {}

body, p, table, td
{
    font:normal 15px/150% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#311A43;
}

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

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

h2
{
    font:normal normal normal 25px/140% Oswald, sans-serif;
    color:#BF0500;
    
}

h3
{
    font:normal normal bold 20px/140% Oswald, sans-serif;
    color:#49A9E9;
    
}

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

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

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