/** tags **/
body {
margin: 2 2 3 2;
background-color: #000026;
}

/** names **/
.h1 {
font-size:18px;
}
.h2 {
   color: #9595FC;
   font-size: 24px;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
}
.h2table {
border-bottom: 1px solid #9595FC;
border-top: 1px solid #9595FC;
}
.ad {
   color: #9595FC;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
}
.ad a:link, .ad a:visited, .ad a:active{
   color: #9595FC;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
   text-decoration: underline;
}
.ad a:hover, .ad a:focus{
  color:  #E5D789;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-decoration: underline;
}
.adtable {
border-bottom: 1px solid #9595FC;
border-top: 1px solid #9595FC;
}
.logo-bottom {
border-top: 1px solid #9595FC;
border-bottom: 1px solid #9595FC;
}
.hrtable {
border-bottom: 1px solid #9595FC;
}
.image {
border: 1px solid #9595FC;
}

/** links **/
.text {
   color: #9595FC;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
}
.text a:link, .text a:visited, .text a:active{
   color: #9595FC;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
   text-decoration: underline;
}
.text a:hover, .text a:focus{
  color:  #E5D789;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-decoration: underline;
}

.bottom {
   color: White;
   font-weight: bold;
   padding: 8px;
}
.bottom a:link, .bottom a:visited, .bottom a:active {
   color: White;
   text-decoration: none;
   border-bottom: solid White 1px;
}
.bottom a:hover, .bottom a:focus {
  color: #White;
  text-decoration: none;
  border-bottom: double White 3px;
}
