@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Josefin+Sans%3A400%7CShadows+Into+Light%3A400%7CDancing+Script%3A400);

body {}

body, p, table, td
{
    font:normal 17px/140% Georgia, "Times New Roman", Times, serif;
    color:#560048;
}

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

h1
{
    font:normal normal bold 40px/140% "Josefin Sans", sans-serif;
    color:#B5009A;
    
}

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

h3
{
    font:normal normal bold 20px/140% "Times New Roman", Times, serif;
    color:#71008E;
    
}

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

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

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