.navigation
{ 
  font-family: Arial, Verdana;
  font-size: 10pt; 
  font-weight: normal;
  vertical-align: middle;
  background: white;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 10px;
  margin-left: 10px;
}

.navigation a
{
  font-weight: normal;
  padding: 2px;
  margin-bottom: 2px;
  display: block;
  color: #000055;
  background: #F0F0F0;
  font-weight: bold;
  border: 1px solid #C0C0C0;
  text-decoration: none;
}

.header
{
   color: #AA0000;
   font-weight: bold;
   text-align:left;
}

.navigation a:hover
{
  border: 1px #007000 solid; 
}

.etitle {
	width: 250px;
}

.edescription {
	width: 100%;
}

.filename {
	color: brown;
}