@media screen 
{
  .articles { margin:0; }
  .articles p { margin:0 0 12px 0; }
  .articles a { font-size:12px; font-weight:bold; }
  .articles .dt a { font-size:14px; color:#848484; font-weight:bold; line-height:20px; text-decoration:none; }
  .articles .dt a:hover { text-decoration:underline; }
  .articles .dd { margin:10px 0 12px 20px; }
  .articles dt a { font-size:14px; color:#848484; font-weight:bold; line-height:20px; text-decoration:none; }
  .articles dt a:hover { text-decoration:underline; }
  .articles dd { margin:10px 0 12px 20px; }
}

