@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Raleway%3A100);

body {}

body, p, table, td
{
    font:normal 13px/130% Arial, Helvetica, sans-serif;
    color:#666666;
}

input, textarea
{
    font:normal 13px/130% Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal normal 25px/140% Arial, Helvetica, sans-serif;
    color:#e80c48;
    text-align:center;
}

h2
{
    font:normal normal normal 20px/140% Arial, Helvetica, sans-serif;
    color:#FF6690;
    text-align:center;
}

h3
{
    font:normal normal normal 17px/140% Arial, Helvetica, sans-serif;
    color:#666666;
    text-align:center;
}

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

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

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