/* ----------- articles ------------- */

table#articles td.title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 12px;
  text-align:left;
  font-family: "Times New Roman", Times, serif;
  color:#666;
}

table#articles td.author {}

table#articles td.description {
  text-align:left;
}

table#articles td.category {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  padding-right:8px;
  padding-left:8px;
  text-align:right;
  color:#36C;
}

table#articles td.date {
  font-family:verdana;
  font-size: 8px;
  line-height: 12px;
  padding-right:8px;
  padding-left:8px;
  text-align:right;
  background: #eee;
  color:#999;
}

table#articles td.link {
  font-size: 12px;
  line-height: 18px;
  padding-left:18px;
  text-align:left;
  color:#36C;
}

