.new
  {
  font-variant: small-caps;
  color: #000099;
  text-decoration: none;
  background-color: #CCCCFF
  }

.question
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: normal;
  font-weight: bold;
  font-variant: small-caps;
  text-transform: capitalize;
  color: #3366FF;
  font-size: x-small
  }

blockquote
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #CC0066;
  text-decoration: none;
  letter-spacing: normal;
  text-align: left;
  text-indent: 3px;
  word-spacing: normal;
  white-space: normal;
  font-size: x-small;
  }

.newimage
  {
  background-color: #3366ff
  }

b
  {
  font-weight: bolder;
  color: e6e8fa;
  }

a
  {
  color: #990000;
  text-decoration: none;
  }

a:active
  {
  color: #ff0000;
  text-decoration: none;
  }

a:hover
  {
  color: #cc3333;
  text-decoration: none;
  }

a:link
  {
  color: #990000;
  text-decoration: none;
  }

a:visited
  {
  color: #993333;
  text-decoration: none;
  }

body
  {
  scrollbar-face-color: #330000;
  scrollbar-highlight-color: #330000;
  scrollbar-shadow-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #330000;
  scrollbar-darkshadow-color: #330000;
  background-image:  url(water01.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
  }

i
  {
  font-size: 90%;
  font-style : italic;
  }

.inputbox
  {
  border-top:#330000 solid thin;
  border-bottom:#330000 solid thin;
  border-right:#330000 solid thin;
  border-left:#330000 solid thin;
  } 

.m
  {
  font-size: 75%;
  }

.title
  {
  font-size: 100%px;
  text-decoration: none;
  }

.glowblack
  {
  filter: glow(color=#000000, strength=3);
  }

.glowblue
  {
  filter: glow(color=#0000FF, strength=3);
  }

.glowgreen
  {
  filter: glow(color=#00FF00, strength=3);
  }

.glowcyan
  {
  filter: glow(color=#00FFFF, strength=3);
  }

.glowred
  {
  filter: glow(color=#FF0000, strength=3);
  }

.glowmagenta
  {
  filter: glow(color=#FF00FF, strength=3);
  }

.glowyellow
  {
  filter: glow(color=#FFFF00, strength=3);
  }

.glowwhite
  {
  filter: glow(color=#FFFFFF, strength=3);
  }

.gloworange
  {
  filter: Glow(Color=orange, Strength=3);
  }

.glowpurple
  {
  filter: Glow(Color=purple, Strength=3);
  }

.glowpink
  {
  filter: Glow(Color=deeppink, Strength=3);
  }

.glowgrey
  {
  filter: glow(color=#999999, strength=3);
  }

.glowgold
  {
  filter: glow(color=gold, strength=5);
  }

.glowbronze
  {
  filter: Glow(Color=#999966, Strength=5);
  }

.glowsilver
  {
  filter: Glow(Color=silver, Strength=5);
  }