body{
	font-family:  Arial;
	color: #000000;
	font-size:  12px;
	background-color:  #FFFFFF;
ul {
  margin-left: 0;
  padding-left: 1em;
}
li {
  list-style-type: disc;
  list-style-image: url(down.png);
}
li.file {
  list-style-type: square;
  list-style-image: url(right.png);
}
a:link,
a:active,
a:visited {
  color: #3333FF; 
  font-family: Arial;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  background-color: #CCC;
}
a:link.live,
a:active.live,
a:visited.live,
a:hover.live {
  border: 1px dotted #808080;
}
