body
{
  font: 13px Arial, sans-serif;
  background-color: white;
}
h1
{
  font: bold 14px Arial, sans-serif;
  margin: 4px 0 0px;
  padding-bottom: 4px;
  border-bottom:1px solid black;
}
p
{
  margin: 0 0 4px 0;
  line-height:135%;
}
.folder
{
  border-bottom:1px solid #ccc;
  padding:8px 0;
}

.folder img
{
  border:none;
  float:left;
}
h2
{
  font: bold 14px Arial, sans-serif;
  margin:0 0 4px; 
}
.description,h2,.date
{
  margin-left:110px;
}
a
{
  color:black;
}

.folder .date
{
  font-size:10px;
  color: #888;
}
.folder .pic
{
  clear:left;
  float:left;
  width:150px;
}
.folder .clear
{
  clear:both;
}
