body {}
p   { color: #336; font-weight: 500; font-size: x-small; font-family: Verdana }
td    { color: #336; font-weight: 500; font-size: 8pt; font-family: Verdana }
.fronttd { color: #336; font-size: xx-small; font-family: Verdana }
.store { color: #336; font-weight: 500; font-size: x-small; font-family: Verdana }
a:hover  { color: #990; font-weight: 500; font-family: Verdana; text-decoration: none }
a:link  { color: blue; font-weight: 500; font-family: Verdana; text-decoration: none }
a:visited { color: red; font-weight: 500; font-family: Verdana; text-decoration: none }
table#projectfiles
{
  width: 400px;
  border-collapse: collapse;
  border: 1px solid gray;
}

table#projectfiles th
{
  background-color: #dddddd; 
}

table#projectfiles td
{
  border-collapse: collapse;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray;
}

