BODY{
  color : #FFFFD9;
  background-color : #000000;
  font-family : Verdana;
  font-weight : normal;
}
P{
  color : #FFFFD9;
  font-family : Verdana;
  font-weight : normal;
}
TABLE{
  color : #FFFFD9;
  font-family : Verdana;
  font-weight : normal;
  table-border-color-light : rgb(0,255,255);
  table-border-color-dark : rgb(102,204,255);
  border-color : rgb(102,204,255);
}
TD{
  color : #FFFFD9;
  font-family : Verdana;
  font-weight : normal;
  border-color : rgb(102,204,255);
}
FORM{
  color : #FFFFD9;
  font-family : Verdana;
  font-weight : normal;
}
TEXTAREA{
  color : #FFFFFF;
  background-color : navy;
  font-family : Fixedsys;
  font-weight : normal;
}
INPUT{
  color : #FFFFFF;
  background-color : navy;
  font-family : Fixedsys;
  font-weight : normal;
}
SELECT{
  color : #FFFFFF;
  background-color : navy;
  font-family : Verdana;
  font-weight : normal;
}
H1{
  color : yellow;
  font-family : Verdana;
  font-weight : normal;
  background-position: center bottom;
}
H2{
  color : rgb(0,255,0);
  font-family : Verdana;
  font-weight : normal;
}
H3{
  color : rgb(0,255,0);
  font-family : Verdana;
  font-weight : normal;
}
H4{
  color : rgb(0,255,0);
  font-family : Verdana;
  font-weight : normal;
}
H5{
  color : rgb(0,255,0);
  font-family : Verdana;
  font-weight : normal;
}
H6{
  color : rgb(0,255,0);
  font-family : Verdana;
  font-weight : normal;
}
HR{
  color : lime;
}
A:LINK{
  color : white;
  background-color : navy;
  text-decoration : none;
}
A:VISITED{
  color : white;
  background-color : navy;
  text-decoration : none;
}
A:ACTIVE{
  color : yellow;
  background-color : purple;
  text-decoration : underline;
}
A:HOVER{
  color : yellow;
  background-color : purple;
  text-decoration : underline;
}
ul{
  list-style-image : url(../images/neodbul1.gif);
}
ul ul{
  list-style-image : url(../images/neodbul2.gif);
}
ul ul ul{
  list-style-image : url(../images/neodbul3.gif);
}
