#content .underlinetextlink {
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
#content .nostyle {
  list-style-type: none;
  text-decoration: none;
  font: normal 0.85em Verdana, Arial, Verdana, sans-serif;  
}
#content a {
  text-decoration: none;
}
#content a:link, a:visited {
  color: blue;
}
#content a:hover, a:active {
  color: red;
}
#content .indent {
  margin-left: 10px;
}
#content .indent2 {
  margin-left: 20px;
}