@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 20px/200% Oswald, sans-serif;
    color:#C60F00;
}

input, textarea
{
    font:normal 20px/200% Oswald, sans-serif;
}

h1
{
    font:normal normal normal 20px/140% Oswald, sans-serif;
    color:#1F8100;
    
}

h2
{
    font:normal normal normal 25px/140% Oswald, sans-serif;
    color:#1F8100;
    
}

h3
{
    font:normal normal normal 20px/140% Oswald, sans-serif;
    color:#1F8100;
    
}

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

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

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

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

.altcolor h1 {color:#489700; }
.altcolor h2 {color:#1FA500; }
.altcolor h3 {color:#1F8100; }

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

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

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