
.dashBottom {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999999;
}

.dashRight {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #999999;
}

A { color: #DDDDDD; 
    text-decoration: none; 
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

A:visited { 
  color: #DDDDDD;
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

A:active { 
  color: #EEEEEE; 
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

A:hover { 
  color: #FFFFFF; 
  text-decoration: none;
  border-spacing:1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}


/*
@media print {
  body {
  color: #000000;
  background-color: #FFFFFF !important;
  background-image: none !important;
  }
  img { 
    visibility:hidden !important; 
    position:absolute !important;
  }
  
}
*/