body {
  background-color: #C0C0C0;
    font-family: "Courier New", Courier, monospace, "Lucida Console", Monaco,  "Times New Roman", Times;
  font-size: 12px;
        margin: 0px 0px 0px 0px;
	text-align: justify;
	color: #C0C0C0;
        padding-top:0px; 
}

psg {
      text-decoration: none;
      border: none;
      padding: 0px;
      margin: 0px 0px 0px 0px;
}


blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}
@keyframes blink {
    80% {
        visibility: hidden;
    }
}

div.marquee {
  padding-left:25px; 
  padding-right:25px; 
  padding-top:0px; 
  padding-bottom:25px; 
    margin-top: -3px;
    margin-bottom: -3px;
    margin-right: 0px;
    margin-left: 0px;

}


div.quotex {
  border: 0px solid #000000;
  color:  #FFFFFF;
  border-style: solid;
  padding-left:25px; 
  padding-right:25px; 
  padding-top:0px; 
  border-collapse: collapse;
  padding-bottom:25px; 
  margin-top: -3px;
  margin-bottom: -3px;
  margin-right: 0px;
  margin-left: 0px;
}


div.kgx {
  color: #000000;
  font-weight: bold;
}




div.aqx {
  color: #008080;
  font-weight: bold;
}






.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#right {
  text-align: right;
}

span.xxxxl {
    font-size: 375%;
}

header {
    font-size: 200%;
      font-family: Arial, Helvetica, sans-serif;
    text-align: center;
  font-weight: bolder;
display: inline;
    letter-spacing: 0.15em;
}

span.sansx {
      font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
    font-size: 115%;
} 


div.tophead {
  background-color: #c0c0c0;
  letter-spacing: 0.15em;
  font-family: Arial, Helvetica, sans-serif;
  color: #c0c0c0;
}

div.merlink {
  color: #000000;
  font-weight: bold;
}


div.fus {
  background-color: #c0c0c0;
  letter-spacing: 0.15em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

div.boxed {
  border: 25px;
  text-align: left;
  border-style: solid;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
    margin: auto;
    width: 90%;
}

div.boxed2 {
  border: 25px;
  text-align: center;
  border-style: solid;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
    margin: auto;
    width: 90%;
}



span.swx {
  font-size: 150%;
   font-weight: bold;
letter-spacing: 0.15em;
  color: #000000;
 font-family: Arial, Helvetica, sans-serif;
}

span.swxm {
  font-size: 115%;
   font-weight: bold;
  color: #000000;
 font-family: Arial, Helvetica, sans-serif;
}

span.sbx {
  color: #edb053;
}

span.xxxl {
    font-size: 315%;
}

span.xxl {
    font-size: 250%;
}

span.xl {
    font-size: 200%;
}

span.medlrg {
    font-size: 125%;
}

span.med {
    font-size: 100%;
}

span.sml {
    font-size: 85%;
}

span.smlr {
    font-size: 85%;
}

span.smlst {
    font-size: 85%;
}

span.micro {
    font-size: 85%;
}

span.silver {
    color: silver;
}

span.blackshadow{
    text-shadow: 0 0 21px #000000;
}

span.whiteshadow{
    text-shadow: 0 0 21px #3BE628;
}

span.nightshade{
    color: #3BE628;
    text-shadow: 0 0 21px #3BE628;
}


span.charcoal {
    color: #36454F;
}



span.invisibleink {
    color: gray; /* fallback */
    color: rgba(0, 0, 0, 0);
}

span.sans {
      font-family: Arial, Helvetica, sans-serif;
} 

.copyright { 
 color: #EFDFBB;
}




div.chalkboard {
  border: 0px solid #000000;
  border-style: solid;
  padding-left:25px; 
  padding-right:25px; 
  padding-top:0px; 
  border-collapse: collapse;
  padding-bottom:25px; 
  margin-top: -3px;
  margin-bottom: -3px;
  margin-right: 0px;
  margin-left: 0px;
}



footer {
    color: #C0C0C0;
    text-align: center;
  font-size: 12px;
   font-family: "Times New Roman", Times, serif;
}









.dropbtn {
  background-color: #c0c0c0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #c0c0c0;
  padding: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  display: inline-block;
}

.dropdown-content {
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
  right: 0;
  background-color: #000000;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}



article {
    text-align: justify;
}

article a:link { color: #00FFFF; }
article  a:visited { color: #00FFFF; }
article  a:hover { color: #C0C0C0; }
article  a:active { color: #00FFFF; }





.dropdown-content a:hover {background-color: #000000;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #000000;}

A:link{color:#00FFFF;cursor:hand;TEXT-DECORATION: none;}
A:visited{color:#00FFFF;cursor:hand;TEXT-DECORATION: none;}
A:active{color:#00FFFF;cursor:hand;TEXT-DECORATION: none;}
A:hover{color:#C0C0C0;cursor:hand;TEXT-DECORATION: none;}






#xbc {
  font-size:   100%;
  font-weight: bold;
    color: #000000;
}

#qrs {
  font-size:   85%;
    padding: 25px;
  font-weight: bold;
   margin: auto;
    color: #000000;
  text-align: center;
}

#qrs  a:link { color: #FFFFFF; }
#qrs  a:visited { color: #FFFFFF; }
#qrs  a:hover { color: #C0C0C0; }
#qrs a:active { color: #FFFFFF; }


table.qtdtable {
    font-size: 100%;
    padding: 25px;
    width: 95%;
  font-weight: bold;
    border-width: 10px;
    color: #000000;
    text-align: center;
    border-color: #000000;
    border-top-style:  dotted;
    border-right-style:  dotted;
    border-bottom-style:  dotted;
    border-left-style:  dotted;
    margin-top: auto;
}



input, select {
    font-family: "Times New Roman", Times, serif;
   font-size: 100%;
    color:  #000000;
    text-align: center;/a></li>
    border-color: #000000;
}

span.spz {
    letter-spacing: 0.15em;
}

div.boox {
  border: 5px solid;
  padding: 25px;
  font-size: 0.875em;
  box-shadow: 5px 10px;
    border-color: #000000;
    border-top-style:  dashed;
    border-right-style:  dashed;
    border-bottom-style:  dashed;
    border-left-style:  dashed;
    text-align: justify;
    margin: auto;
    margin = "0px 35px 0px 35px";
}


div.boox2 {
  border: 5px solid;
  font-family: "Courier New", Courier, monospace, "Lucida Console", Monaco,  "Times New Roman", Times;
  padding: 25px;
    border-color: #edb053;
    border-top-style:  double;
    border-right-style:  double;
    border-bottom-style:  double;
    border-left-style:  double;
    text-align: left;
    margin: auto;
}

strikeout {
  text-decoration: line-through;
  text-decoration: overline;
}

div.th0 {
  border: 0px solid;
  padding: 0px;
    text-align: justify;
    margin: auto;
    width: 75%;
}


#advicex {
  border: 5px solid;
  margin: auto;
  width: 800;
  height: 100;
}

#advicex1 {
  font-size: 115%;
  font-family: "Times New Roman", Times, serif;
  margin: auto;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}

#advicex2 {
  text-align: right;
  font-size:   75%;
  padding-top: 10px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#advicex01 {
  text-align: center;
}

#charactersx {
  background-image: url("images/label-characters.png");
  background-repeat: no-repeat;
}


#char {
  font-size: 12px;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  text-align: center;
  padding: 0px;
  padding-top:0px; 
}

span.charx2 {
  font-size: 10px;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  text-align: center;
  padding: 0px;
  padding-top:0px; 
}


td.charx {
  font-size: 12px;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  text-align: center;
  padding: 0px;
  padding-top:0px; 
}

#advicex02 {
  font-size:   50%;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
  text-align: center;
  padding: 0px;
  width: 100%;
  height: 25;
}

.cntr {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}