// edit the display styles here

<style type="text/css">
<!--
body {
  margin: 0px 0px 0px 0px;
}
#dirlistArea {
  width: 100%;
}
.pageHeader {
  background-color: #000000;
  font-family: verdana;
  font-size: 12px;
  color: #FFFFFF;
}
.listError {
  background-color: #FF0000;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.listHeader {
  background-color: #AAAAAA;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}
.listFooter {
  background-color: #DDDDDD;
  font-family: verdana;
  font-size: 10px;
  color: #000000;
}
.listRow {
  background-color: #FFFFFF;
  font-family: verdana;
  font-size: 12px;
  color: #000000;
}
.selectRow {
  background-color: #EEEEEE;
  font-family: verdana;
  font-size: 12px;
  color: #000000;
}
A:link { color: #000000;
  background: transparent; 
  text-decoration: none;
}
A:visited { color: #555555;
  background: transparent;
  text-decoration: none;
}
A:hover { color: #AA0000;
  background: transparent;
  text-decoration: underline;
}
A:active { color: #000000;
  background: transparent;
  text-decoration: underline;
}
-->
</style>
