.txt {  font-family: Arial, Helvetica; font-size: 12px; line-height: 17px}
.pealkiri {  font-family: Arial, Helvetica; font-size: 25px; font-weight: bold}
.sub-pealkiri {  font-family: Arial, Helvetica; font-size: 14px; font-weight: bold}
.hall_tekst {  font-family: Arial, Helvetica; font-size: 11px; color : #999999}
.boldie {  font-family: Arial, Helvetica; font-size: 12px; font-weight: bold}

A.hall:link {
   font-size : 11px; 
   font-family : Arial, Helvetica; 
   text-decoration: none;
   color : #999999; 
   font-weight: bold;
   
}


A.hall:visited {
   font-size : 11px; 
   font-family : Arial, Helvetica; 
   color : #999999; 
   text-decoration: none;
   font-weight: bold;
}


A.hall:hover {
   font-size : 11px; 
   font-family : Arial, Helvetica; 
   color : #999999;
   text-decoration: underline;
   font-weight: bold;
}


A.hall:active {
   font-size : 11px; 
   font-family : Arial, Helvetica; 
   color : #999999; 
   text-decoration: underline;
   font-weight: bold;
}