@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 20px/150% "Droid Serif", serif;
    color:#E70006;
}

input, textarea
{
    font:normal 20px/150% "Droid Serif", serif;
}

h1
{
    font:normal normal bold 50px/140% "Times New Roman", Times, serif;
    color:#FFFB17;
    text-align:center;
}

h2
{
    font:normal normal bold 35px/140% "Lucida Grande", "Lucida Sans Unicode",Geneva,Arial,Verdana,sans-serif;
    color:#FF3627;
    text-align:center;
}

h3
{
    font:normal normal normal 30px/140% "Times New Roman", Times, serif;
    color:#FF0F00;
    text-align:center;
}

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

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

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