body { background-color: #EECC99; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
td { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
th { font-size: 6pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: black; }
font { font-size: 8pt; }
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
A:Link { color: #FFFFFF; text-decoration: none; }
A:Visited { color: #EEEEEE; text-decoration: none; }
A:Hover { color: yellow; text-decoration: underline; }
A:Active { color: #EEDD00; text-decoration: underline; }
ul { font-size: 8pt; }
img { border-radius: 1px; padding: 1px; transition: transform 1s; }
img:hover { box-shadow: 0 0 4px 2px rgba(0, 140, 186, 0.5); transform: scale(1.2); filter: contrast(160%); }

.divtitclc {
float: left;
border: 2px solid Sienna;
border-radius: 5px;
background-color: BurlyWood;
  margin: 5px;
  outline: 5px;
  outline-offset: 1px;
  box-shadow: 4px 4px Black;
  max-width: 33%;
}

.divimgclc {
display: none;
position: absolute;
left: 0px;
top: 0px;
}

.divtxtclc {
display: none;
position: absolute;
left: 0px;
top: 0px;
color: black;
border: 2px black solid;
background-color: white;
z-index: 999;
}

.divtxtclcb {
color: black;
border: 2px black solid;
background-color: white;
}

.divimgbd {
display: none;
position: absolute;
left: 0px;
top: 0px;
}

.divtxtbd {
display: none;
position: absolute;
left: 0px;
top: 0px;
color: black;
border: 3px blue solid;
background-color: #EDEDED;
z-index: 999;
}

.divdtlbd {
display: none;
position: absolute;
left: 0px;
top: 0px;
color: black;
border: 4px blue solid;
background-color: #ABCDEF;
z-index: 999;
text-align: right;
}

.imgclc {
border: 2px black solid;
}

.imgbd {
border: 2px black solid;
}

.bigimg {
border: 3px white solid;
}

.imgnavig {
border: 0px;
z-index: 999;
}

.bigimg {
border: 3px white solid;
display: none;
}

.bdnavig {
display: none;
position: absolute;
left: 0px;
top: 0px;
z-index: 1;
}

.clcnavig {
position: absolute;
left: 5px;
top: 0px;
z-index: 1;
}

.frmcontent {
display: block;
border: 0px;
position: absolute;
left: 0px;
top: 0px;
}

.frmdiv {
display: block;
position: absolute;
left: 0px;
top: 0px;
}

button {
    background-color: #DCDCDC;
    color: black;
    border: 1px solid dark-gray;
    border-radius: 1px;
    padding: 0px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}