@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Shadows+Into+Light%3A400%7CPT+Sans%3A400);

body {}

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

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

h1
{
    font:normal normal normal 40px/140% "PT Sans", sans-serif;
    color:#99cc66;
    
}

h2
{
    font:normal normal bold 20px/140% "PT Sans", sans-serif;
    color:#666666;
    
}

h3
{
    font:normal normal normal 35px/140% "Shadows Into Light", cursive;
    color:#49A9E9;
    
}

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

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

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