html body {
cursor: sw-resize; 
font-family: Times New Roman ;
color: #ffffff ;
}

a {
text-decoration: border ; 
color:#BBBBBB ; 
cursor: nw-resize ;
}
a:hover, active {
text-decoration:none ; 
color:#5C3793; 
cursor: nw-resize ;
}

a b {
text-decoration:none ; 
color:#BBBBBB ; 
cursor: nw-resize ;
}
a b:hover, active {
text-decoration:none ; 
color:#5C3793 ; 
cursor: nw-resize ;
}


H1 {
  color: #C4A7F5;
  border-bottom: double;
  border-color: #B0A8BA;
  font-style: italic ; 
  font-size: 16pt;
}