@import url(default.css);

div.NewsItem h3
{
  font-weight: normal;
}
div.First h3
{
  margin-bottom: 0;
}
div.NewsItem p
{
  color: #666;
}
div.NewsItem
{
  margin-top: 50px;
}
div.First
{
  margin-top: 20px !important;
}
div.Files table
{
  width: 100%;
  font-size: .9em;
}
div.Files thead td
{
  border-bottom: 1px solid #CCC;
}
div.Files td
{
  padding: 3px 0;
}
div.Files td.Icon
{
  width: 20px;
}