@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 19px/110% "Josefin Sans", sans-serif;
    color:#FFEBDB;
}

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

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

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

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

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: #FF9CB3;
    height: 1px;
}
