  TD, P { 
         font-family : Arial, Helvetica;
         font-size : 12px;
         color : #000000;
         text-align: justify;
}

  A:LINK { 
         font-family : Arial, Helvetica;
         font-size : 12px;
         font-weight : bold;
         text-decoration : underline;
         color : #000099;
}
  A:VISITED { 
         font-family : Arial, Helvetica;
         font-size : 12px;
         font-weight : bold;
         text-decoration : underline;
         color : red;
}
  A:HOVER { 
         font-family : Arial, Helvetica;
         font-size : 12px;
         font-weight : bold;
         text-decoration : none;
         color : red;
}

.linkn:link {
     color: blue;
     text-decoration: none;
     font-weight : normal;
     }

.linkn:visited {
     color: blue;
     text-decoration: none;
     font-weight : normal;     
     }

.linkn:hover {
     color: red;
     text-decoration: none;
     font-weight : normal;
     }

.linkn:active {
     color: blue;
     text-decoration: none;
     font-weight : normal;
     }

.celart { 
	font-size: 10px;
	font-weight: bold;
        text-align: right;
}     
     