@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 15px/150% "Droid Sans", sans-serif;
    color:#110092;
}

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

h1
{
    font:normal normal bold 50px/140% "Coming Soon", cursive;
    color:#F61500;
    
}

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

h3
{
    font:normal normal bold 20px/140% "Coming Soon", cursive;
    color:#00057B;
    
}

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

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

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

.altcolor,
.altcolor p { color:#999999;}

.altcolor h1 {color:#EF0700; }
.altcolor h2 {color:#666666; }
.altcolor h3 {color:#999999; }

.altcolor a:link,
.altcolor a:visited { color:#999999; }

.altcolor a:active, 
.altcolor a:hover { color:#999999; }

.altcolor div.hr {border-color: #999999;}
