BODY {
  margin:0;
  padding:0;
  background-color: #000000;
  color: #bcccdb;
  font-size: 100%;
  font-family:arial,helvetica,sans-serif;
}
h1 {
  color:#bcccdb;
  font-size: xx-large;
  background:transparent;
  font-family:arial,helvetica,sans-serif;
  padding:5px 0px 0px 0px;
}
h2 {
  color:#ffffff;
  font-size: large;
  font-weight: normal;
  background:transparent;
  font-family:arial,helvetica,sans-serif;
}
h3 {
  color:#ffffff;
  font-size: large;
  background:transparent;
  font-family:verdana,arial,helvetica,sans-serif;
  padding:15px 0px 0px 0px;
}
h4 {
  color:#ffffff;
  font-size: large;
  font-weight: normal;
  font-style: italic;
  background:transparent;
  font-family:georgia,verdana,arial,helvetica,sans-serif;
  padding: 10px 0px 0px 0px;
}
h5 {
  color:#ffffff;
  font-size: small;
  background:transparent;
  font-family:arial,helvetica,sans-serif;
}
p,td,ul,li {
  font-size: small;
  font-family:arial,helvetica,sans-serif;
}
li {
  padding-bottom:12px;
}
A {
  text-decoration: underline;
  font-weight: bold
;
}
a:link {
  color:#bcccdb;
  background:transparent;
}
a:visited {
  color:#bcccdb;
  background:transparent;
}
a:hover {
  color:#bcccdb;
  background:#transparent;
  text-decoration: none;
}
a:active {
  color:#ffffff;
  background:transparent;
}
.menu {
  font-size: x-small;
}
.footer {
  font-size: small;
  color:#FFFFFF;
  font-family:arial,helvetica,sans-serif;
}
.footer A {
  text-decoration: underline;
}
.footer a:link {
  color:#FFFFFF;
}
.footer a:visited {
  color:#FFFFFF;
}
.footer :hover {
  color:#FFFFFF;
  background:#transparent;
  text-decoration: none;
}
.footer a:active {
  color:#ffffff;
}
.small {
  font-size:xx-small;
}
/*################ MENU START ################*/
#navigation a {
  font:11px georgia;
  color: #ffd751;
  font-weight:bold;
  text-decoration: none;
  letter-spacing:.1em;
  line-height:16px;
  display:block;
  padding:10px;
  border: 1pt solid #ffd751;
  border-right-width: 0px;
  border-left-width: 0px;
}
#navigation a:hover {
  color:#bc0f12;
  border: 1pt dotted #bc0f12;
  border-right-width: 0px;
  border-left-width: 0px;
}
/*################ MENU START ################*/