@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 17px/150% "Josefin Sans", sans-serif;
    color:#EFFFFF;
}

input, textarea
{
    font:normal 17px/150% "Josefin Sans", sans-serif;
}

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

h2
{
    font:normal normal normal 20px/140% Raleway, cursive;
    color:#e6d4a6;
    
}

h3
{
    font:normal normal bold 15px/140% Raleway, cursive;
    color:#e6d4a6;
    
}

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

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

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