@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 16px/150% "Times New Roman", Times, serif;
    color:#333333;
}

input, textarea
{
    font:normal 16px/150% "Times New Roman", Times, serif;
}

h1
{
    font:normal normal bold 25px/140% "Times New Roman", Times, serif;
    color:#000000;
    text-align:center;
}

h2
{
    font:normal normal bold 18px/140% "Times New Roman", Times, serif;
    color:#000000;
    text-align:center;
}

h3
{
    font:normal normal bold 15px/140% "Times New Roman", Times, serif;
    color:#000000;
    text-align:center;
}

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

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

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

.altcolor,
.altcolor p { color:#5E0900;}

.altcolor h1 {color:#000000; }
.altcolor h2 {color:#F3002A; }
.altcolor h3 {color:#EEEEEE; }

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

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

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