body {
 background: #050907;
 color: #ff9216;
 font-family: Arial;
 font-size: 7pt;
 text-align: left;
 }

table, div, span {
  font-family: Arial;
  font-size: 7pt;
  line-height: 15px;
  text-align: justify;
  }

p{
  margin: 5px;
 }

h1{
  color: #fb3a10;
  margin: 0px;
  font-family: Arial;
  font-size: 9pt;
  border-bottom: 3px dotted #4c4713;
  text-align: center;
  font-style: normal;
  padding-top: 2px;
  text-transform: uppercase;
 }

h2{
  color: #bd88a8;
  margin: 0px;
  font-family: Arial;
  font-size: 9pt;
  border-bottom: 3px dotted #fb3a10;
  text-align: center;
  font-style: normal;
  padding-top: 2px;
  text-transform: uppercase;
 }

a{
  color: #bd88a8;
  font-family: Arial;
  font-size: 7pt;
  text-decoration: none;
  text-transform: uppercase;
  font-style: italic;
 }

a:hover{
  color: #4c4713;
  font-size: 7pt;
  text-decoration: none;
  cursor: help;
 }

a img{
  border: 1px solid #ff9216;
 }

a:hover img{
  border: 1px solid #fb3a10;
 }

b, i, u, s, em, strong{
  color: #fb3a10;
  font-family: Arial;
  font-size: 7pt;
 }

img{
  border: none;
 }

input, select, textarea{
  background: #050907;
  color: #fb3a10;
  font-family: Arial;
  font-size: 7pt;
  text-align: left;
  border: 1px solid #bd88a8;
  margin: 5px;
 }

::-moz-selection {
  color: #050907;
  background: #bd88a8;
  }
