@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 18px/110% "Dancing Script", cursive;
    color:#333333;
}

input, textarea
{
    font:normal 18px/110% "Dancing Script", cursive;
}

h1
{
    font:normal normal normal 30px/140% "Dancing Script", cursive;
    color:#000000;
    
}

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

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

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

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

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