.class1 A:link {text-decoration: none; color: #FA0505;}
.class1 A:visited {text-decoration: none; color: #9D0606;}
.class1 A:active {text-decoration: none; color: #000000;}
.class1 A:hover {text-decoration: underline; color: #AA0DA1;}

.class2 A:link {text-decoration: none; color: #FFd800;}
.class2 A:visited {text-decoration: none; color: #FF9c00;}
.class2 A:active {text-decoration: none; color: #000000;}
.class2 A:hover {text-decoration: underline; color: #1303AB}


td.article-body {
 background-color: white;
 text-align: justify;
 margin: 0; border: 0; padding 8;
 font-family: arial;
 font-size: small;
}
td.article-t {
  margin: 0; border: 0; padding: 0;
  background-image: url(img/txt-t.gif);
  background-repeat: repeat-x;
  height: 9px;
}
td.article-b {
  margin: 0; border: 0; padding: 0;
  background-image: url(img/txt-b.gif);
  background-repeat: repeat-x;
  height: 14px;
}
td.article-l {
  margin: 0; border: 0; padding: 0;
  width: 13px;
  background-image: url(img/txt-l.gif);
  background-repeat: repeat-y;
}
td.article-r {
  margin: 0; border: 0; padding: 0;
  width: 7px;
  background-image: url(img/txt-r.gif);
  background-repeat: repeat-y;
}
td.article-tr {
  margin: 0; border: 0; padding: 0;
  background-image: url(img/txt-tr.gif);
  width: 7px;
  height: 9px;
}
td.article-tl {
  margin: 0; border: 0; padding: 0;
  background-image: url(img/txt-tl.gif);
  width: 13px;
  height: 9px;
}
td.article-bl {
  margin: 0; border: 0; padding: 0;
  background-image: url(img/txt-bl.gif);
  width: 13px;
  height: 14px;
}
td.article-br {
  margin: 0; border: 0; padding: 0;
  background-image: url(img/txt-br.gif);
  width: 7px;
  height: 14px;
}




