body {
    background-color: rgba(172, 205, 41, 1);
    background: url("/html/images/snback.png") no-repeat fixed;
    background-size: cover;
    font-family: arial;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Emblema One', cursive;
}

.fader {
    z-index: 10000;
    position: fixed;
    display: block;
    color: black;
    top: 0;
    left: 0;
    right: 0;
    font-family: 'Emblema One', cursive;
    font-size: 21pt;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(57%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );   
}
@media print {
.fader {
    position: absolute;
}
}

.str {
    position: relative;
    display: block;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    font-size: 21pt;
    line-height: 32pt;
}

.str.txt {
    background-color: rgba(255,255,255,.72);
    margin-top: 100px;
    padding: 17px;
}
.rbox {
    float: right;
    width: 30%;
}
.lbox {
    float: left;
    width: 70%;
}

.rbox img {
    width: 100%;
}
a {
    color: black;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
/*    text-decoration: none;*/
}
a:hover {
    color: blue;
}
a.h_green:hover {
    color: green;
}
a.h_blue:hover {
    color: steelblue;
}
a.h_orange:hover {
    color: goldenrod;
}
p {
    padding: 3pt;
}
.blue {
    background-color: steelblue;
}
.green {
    background-color: green;
}
.orange {
    background-color: goldenrod;
}
.black {
    background-color: black;
    color: white;
    font-size: 16pt;
    text-align: right;
    padding: 24pt;
    margin-bottom: 12pt;
}
.menu {
    position: relative;
    color: #DAA520;
    display: block;
    margin: 0;
    text-align: center;
}
.menu UL {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.menu LI {
    margin: 0 0 3px;
    min-height: 32px;
    width: 20%;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
}
.menu UL, .menu LI {
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
}
.menu Li A {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #89896B;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    color: #FFFFFF;
    display: block;
    margin-right: 6px;
    min-height: 25px;
    padding: 6px 12px;
    box-shadow: 8px 8px 5px rgba(0,0,0,.7);
    margin-bottom: 10px;
    margin-right: 10px;
}
.menu LI A:hover,
.menu Li.selected A:hover {
    background-color: steelblue;
    border-color: #DAA520;
    color: white;
}
.menu Li.selected A {
    background-color: rgba(0, 0, 0, 0.698);
    border-color: #DAA520;
    color: #FFFFFF;
    display: block;
    min-height: 25px;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000000;
}
