BODY {
  background-color: #000000;
  color: #F800C6;
  margin: 0px;
  font-family : "Times New Roman", Times, Arial, Verdana, serif;
  font-size: 10;
  font-style: normal;

}


A { 
  color: #A31003; 
  text-decoration: none; 
}

A:hover { 
  color: RED; 
  text-decoration: NONE; 
}


A IMG.dex {
	BORDER-RIGHT: #F800C6 3px solid; BORDER-TOP: #F800C6 3px solid; BORDER-LEFT: #F800C6 3px solid; BORDER-BOTTOM: #F800C6 3px solid
}
A:hover IMG.dex {
	BORDER-RIGHT: #F800C6 3px dashed; BORDER-TOP: #F800C6 3px dashed; BORDER-LEFT: #F800C6 3px dashed; BORDER-BOTTOM: #F800C6 3px dashed
}

   SPAN.TreeviewSpanArea A {
        font-size: 10pt; 
        font-family: verdana,helvetica; 
        text-decoration: none;
        color: black
   }
   SPAN.TreeviewSpanArea A:hover {
        color: '#820082';
   }