body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  background-color: #000;
  color: #FFF;
  margin: 25px;
}

a:link, a:visited, a:active {
  color: #F93;
  text-decoration: none;
  font-weight: bold;
  cursor: default;
}

a:hover {
  text-decoration: underline overline;
  color: #FB6;
  background-color: #841;
}

img.halfright {
  float: right;
  margin: 5px;
  width: 20%;
  height: 20%
}

img.halfleft {
  float: left;
  margin: 5px;
  width: 20%;
  height: 20%
}


h1 {
  color: #8AF;
  background-color: #003;
  text-align: center;
}

.news {
  color: #000;
  background-color: #FB6;
  color: #003;
  text-align: center;
}

h2 {
  color: #0AF;
  background-color: #003;
  text-align: center;
}

table {
  border: 1px dotted #A51;
}

table.fixedwidth {
  border: 0px;
  width: 880px;
}

table.noborder {
  border: 0px;
}

td {
  padding: 15px;
  text-align: justify;
  background-color: #000;
  font-size: 14px;
}

td.fixedwidth {
  padding: 0 px;
  background-color: #000;
}

td.cen {
  text-align: center;
}

hr {
  border: 1px dotted #A51;
}

p.album {
  color: #9FE;
  background-color: #003;
  text-decoration: none;
}

p.release {
   color: #004;
   background-color: #8AF;
   text-align: center;
}

.darkbluehead {
  color: #8AF;
  background-color: #003;
  text-align: center;
}

p.object {
  border-style: dotted;
  border: 1px dotted #A51;
  width: 650px;
  align: center;
}

p.video {
  border-style: dotted;
  border: 1px dotted #A51;
  width: 540px;
  align: center;
}

p.foot {
  font-size: 10px;
}

font.red {
  color: #FAA;
  background-color: #503;
}

font.musicname {
  color: #8AF;
  font-weight: bold;
}

h3.title {
  color: #DDF;
  background-color: #007;
  text-align: center;
}
