body { 
  background-color: #330000;
  background-image: url(bgeffect.png);
  background-attachment: fixed;
  background-repeat: no-repeat; 
}

a:link { color: #ff8080; }
a:hover { color: #ffbfbf; }
a:active { color: #ffffff; }
a:visited { color: #ff4040; }

h3,h4,p {
  color: #ff0000;
  font-family: arial, helvetica, sans-serif;
}

h3 { font-size: 18pt; }
h4 { font-size: 10pt; }

p { font-size: 10pt; }
.center { text-align: center; }

.b {font-weight: bold; }

img { border: 0px; }

a#demomenu {
  display: block;
  width: 177px;
  height: 36px;
  background-image: url(demomenu.png);
  background-position: top left
  margin: 0 auto;
}

a#demomenu:hover {
  background-position: 0 36px;
}

span.alt { display: none; }