@charset "utf-8";

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

body {}

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

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

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

h2
{
    font:normal normal bold 18px/140% "Josefin Sans", sans-serif;
    color:#FFF364;
    
}

h3
{
    font:normal normal bold 12px/140% "Josefin Sans", sans-serif;
    color:#FF216F;
    
}

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

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

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