@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/130% Georgia, "Times New Roman", Times, serif;
    color:#333333;
}

input, textarea
{
    font:normal 16px/130% Georgia, "Times New Roman", Times, serif;
}

h1
{
    font:italic normal normal 25px/140% Georgia, "Times New Roman", Times, serif;
    color:#F7FFEF;
    
}

h2
{
    font:normal normal normal 20px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#4c3123;
    
}

h3
{
    font:normal normal bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#4c3123;
    
}

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

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

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