@charset "utf-8";

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

body {}

body, p, table, td
{
    font:normal 13px/140% Ubuntu, sans-serif;
    color:#000000;
}

input, textarea
{
    font:normal 13px/140% Ubuntu, sans-serif;
}

h1
{
    font:italic normal bold 20px/140% Lora, serif;
    color:#0100FD;
    text-align:center;
}

h2
{
    font:italic normal normal 17px/140% Lora, serif;
    color:#0508FF;
    text-align:center;
}

h3
{
    font:italic normal normal 15px/140% Lora, serif;
    color:#2032FF;
    text-align:center;
}

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

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

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

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

.altcolor h1 {color:#D51600; }
.altcolor h2 {color:#1D00D2; }
.altcolor h3 {color:#E41F00; }

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

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

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