body {
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 12pt; 
 background:  #C8D3F3;
 border: none;

}

select,input {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
} 

a {
  text-decoration: none;
  color: #586393;
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}


hr {
  color: #CC0000;
}

.bodybox {

 border: solid 1px #000000;
 background-color: #ffffff;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 padding: 5px 25px 5px 25px;
 
}

.topbox {

 border: solid 1px #000000;
 background-color: #ffffff;
 width: 90%;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
 text-align: center;
 font-weight: bold;
 padding: 5px 25px 5px 25px;
 color: #CC0000;
}

.titletext {
   font-size: 50px;


}

.warning {
  font-weight: bold;
  text-align: center;

}

h1, h2, h3, h4, h5, h6 {
    background-color: transparent;
#    font-size: 100%;
    font-weight: bold;
    margin: 0;
    padding-top: 0.5em;
    border-bottom: 1px solid #586393;
    margin-bottom: 0.2em;
}

.splash {
  border: solid 1px #000000;
  background-color: #ffffff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  color: #CC0000;
}

.splash a {
    color: #CC0000;
}

.splash h2 {
  font-weight: bold;
  text-align: center;
  border-bottom: 0px;
}


#strong {
#  color: #CC0000;
#}