@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/140% Arial, Helvetica, sans-serif;
    color:#333333;
}

input, textarea
{
    font:normal 16px/140% Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 50px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#FF5050;
    text-align:center;
}

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

h3
{
    font:normal normal normal 18px/140% Helvetica, Arial, sans-serif;
    color:#F54000;
    
}

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

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

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