
h1 {
  color: #000000;
  font-size: x-large;
  font-variant: small-caps;
  }

/* Risk  */
h2 {
  color: #ff0000;
  font-size: large;
  font-variant: small-caps;
}

/* contact us page */
h3 {
  color: #FFFFFF;
  font-size: small;
  font-variant: small-caps;
}

/* failed/sent message */
 h4 {
   color: #FF9900;
   font-size: medium;
 }

 /* emmission statement */
 h5 {
   color: #66CC00;
   font-size: small;
 }


 /* Lez statement */
 h6{
   color: #CC0000;
   font-size: small;
 }


body {
  text-align: center;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  font-size: large;
}

body a:link, a:visited, a:active {
  color: #AAAAAA;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}

.frame {
  position: relative;
  width: 900px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.mainbox {position: relative;   background: black;   margin-left: 0px;   margin-top: 0px;   margin-right: 0px;   margin-bottom: 0px;}

.header {
  border: 0px;
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: 60px;
  width: 900px;
  background-color: #000000;
}

.main {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 900px;
  height: 300px;
  background-color: #000000;
  color: #ffffff;
  font-size: medium;
  text-align: center;
}


.navigation {
  width: 900px;
  height: 40px;
  text-align: center;
  background-color: #000000;
  font-size: small;
  color: #ffffff;
}

.navigation a:link, .navigation a:visited, .navigation a:active {
  font-size:  14px;
  line-height: 2;
  color: #ffffff;
  background-color: #000000;
  font-variant: small-caps;
  text-decoration: none;
  margin: 0 10px 0 10px;
}

.navigation a:hover {
  color: #c0c0c0;
  background-color: #000000;
}

.footer {
  padding: 0px 0px;
  width: 900px;
  height: 30px;
  background-color: #000000;
  text-align: center;
}

.footer p {
  font-size: 11px;
  color: #AAAAAA;
}

.footer a:link, a:visited, a:active {
  color: #AAAAAA;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

