a {
  color: #8888ff;
  Filter: Glow(Color=#00FF00, Strength=20)
}


body {
  color: #8888ff;
  background-color: #000000;
  background-image:  url(me.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

p.shadows {

  width: 500;
  color: #8888FF;
  Filter: Glow(Color=#000000, Strength=6)
}


a.title {
  width: 500;
  height: 50;
  font-family: Arial Black;
  color: #ffffff;
  Filter: Glow(Color=#8888FF, Strength=5)
}

h1 {
  width: 500;
  height: 50;
  font-family: Arial Black;
  color: #ffffff;
  Filter: Glow(Color=#8888FF, Strength=10)
}


h2 {
  width: 500;
  height: 50;
  font-family: Arial Black;
  color: #ffffff;
  Filter: Glow(Color=#8888FF, Strength=5)
}


a.title:hover {
  width: 500;
  height: 50;
  font-family: Arial Black;
  color: #ffffff;
  Filter: Glow(Color=#8888FF, Strength=10)
}


a.inline:hover {
  font-family: Arial Black;
  color: #ffffff;
}

div.floatl {
  float: left;
  padding: 10px;
  text-align: center;
  font-size: 70%
}

div.floatr {
  float: right;
  padding: 10px;
  text-align: center;
  font-size: 70%
}


div.fixedwidth {
        width: 600;
Filter: Glow(Color=#000000, Strength=6)
}




