@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 14px/150% Lato, sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 14px/150% Lato, sans-serif;
}

h1
{
    font:normal normal bold 40px/140% "Dancing Script", cursive;
    color:#CC0B39;
    
}

h2
{
    font:normal normal bold 30px/140% "Dancing Script", cursive;
    color:#297a31;
    
}

h3
{
    font:normal normal normal 25px/140% "Dancing Script", cursive;
    color:#008A23;
    
}

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

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

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