@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/150% Verdana, Arial, Helvetica, sans-serif;
    color:#007c68;
}

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

h1
{
    font:normal normal normal 20px/140% "PT Sans", sans-serif;
    color:#007c68;
    
}

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

h3
{
    font:normal normal bold 16px/140% "PT Sans", sans-serif;
    color:#6dbe00;
    
}

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: #FF6D17;
    height: 1px;
}
/*  alternative */

.altcolor,
.altcolor p { color:#007c68;}

.altcolor h1 {color:#007c68; }
.altcolor h2 {color:#ff6600; }
.altcolor h3 {color:#6dbe00; }

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

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

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