img { border: 0; }
body {font: 12px/14px Arial, sans-serif; color: white; background: black; text-decoration: none } 
HR {height:1px;color: rgb(183,215,255) } 
H1 { color: rgb(183,215,255); font: 19px/21px Arial, sans-serif; }
h2,h3 { color: rgb(183,215,255); text-decoration: none}
a:link {color: white;text-decoration: underline; }
a:hover {color: white;text-decoration: underline; }
a:visited {color: white;text-decoration: underline; }
a:active {color: white;text-decoration: underline; }
.itemText { text-decoration: none; color: rgb(184,215,255); font: Bold 12px Arial, Helvetica }
.itemHover { text-decoration: none; color: white; font: Bold 12px Arial, Helvetica }
.itemBorder { border: 0px solid white }

.crazyText { text-decoration: none; color: rgb(184,215,255); font: Bold 11px Arial, Helvetica }
.crazyHover { text-decoration: none; color: white; font: Bold 11px Arial, Helvetica }
.crazyBorder { border: 1px solid rgb(86,138,198) }
.crazyBorderOver { border: 1px solid rgb(122,180,255) }


.size3font { font: 19px/21px Arial, sans-serif; color: rgb(183,215,255) }
.size2font { font: 15px/17px Arial, sans-serif; color: rgb(183,215,255)}
.size1font { font: 12px/14px Arial, sans-serif; color: rgb(183,215,255)}
.bold { font-weight: bold; }
.noborders {
  border: 0;
  margin: 0;
  padding: 0;
}

#index-main {
  text-align: center;
  position: absolute;
  top: 25%;
  width: 99%;
}

#copyright {
  text-align: right;
  font-size: 8px;
  font-weight: bold;
  color: rgb(183,215,255);
  background: inherit;
}