@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 12px/140% Verdana, Arial, Helvetica, sans-serif;
}

h1
{
    font:normal normal bold 35px/140% "Coming Soon", cursive;
    color:#0508FF;
    text-align:center;
}

h2
{
    font:normal normal bold 25px/140% "Coming Soon", cursive;
    color:#3FD800;
    text-align:center;
}

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

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

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

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