BODY{
  text="#808080" link="#708090" vlink="#a9a9a9" alink="#d3d3d3"
  background-color: #ffffff;
}

HR{
  color: #666666;
  height: 1px;
}
P{
  color: #666666;
}

DIV{
  color: #666666;
}

A{
  color: #808080;
  text-decoration: underline;
}
A:VISITED{
  color: #808080;
  text-decoration: underline;
}
A:HOVER{
  color : #666666;
  text-decoration: underline;

position : relative;
top:1px;
left:1px;

}
A:ACTIVE{
  color : #808080;
  text-decoration: underline;
}
UL{
  color: #666666;
  list-style-image : url;
  list-style-position: outside;
}
UL UL{
  list-style-image : url;
}
OL{
  list-style-type : upper-alpha;
}
OL OL{
  list-style-type : lower-alpha;
}
H1{
  color: #666666;
}
H2{
  color: #666666;
}
H3{
  color: #666666;
}
H4{
  color: #666666;
}

TABLE{
  color: #666666;
}
TH{
  color: #666666;
}
TD{
  color: #666666;
}


