@charset "iso-8859-1";

body {
  background-color : white;
  height : 100%;
  width : 100%;
  font-family : verdana, helvetica, sans-serif;
  margin-left : 0;
  margin-right : 0;
  margin-top : 0;
}

/** Article heading **/
#ResultListing A.ListArtHeading,
#ResultListing A.ListArtHeading:hover {
  font-weight: bold;
  text-decoration: none;
  font-size: 11px;
  color: blue;
}


/** Source text **/
.source {
  color : green;
  font-weight : normal;
  text-decoration : none;
  font-size : 10px;
}

/** Date text **/
.date {
  color : yellow;
  font-weight : normal;
  text-decoration : none;
  font-size : 10px;
}

/** Navigation (next/previous etc.) **/
.linktxt,
A.linktxt {
  color : red;
  font-weight : normal;
  text-decoration : none;
  font-size : 10px;
}

A.linktxt:hover,
A.linktxt:visited {
  color : red;
}
