table.articles a.title          { text-decoration : none; color : Black; font-size: 18px; }
table.articles a.title:link     { text-decoration : none; color : Black; font-size: 18px; }
table.articles a.title:visited  { text-decoration : none; color : Black; font-size: 18px; }
table.articles a.title:hover    { text-decoration : none; color : Red; font-size: 18px; }
table.articles a.title:active   { text-decoration : none; color : Red; font-size: 18px; }

table.articles td.keyword { color : Gray; font-size: 12px; }

