/* CSS für News
text-decoration: underline;  -- oder text-decoration: none;
font-weight: bold;  -- oder font-weight:normal; -- oder font-weight:100,200,300,400,500,600,700,800,900 = extra-dünn (100) bis extrafett (900).
siehe Details in Selfhtml unter der Rubrik 
*/
.zhstennis_table{ 
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-weight: bold;
font-size: 10pt;
font-style: normal;
color:#CD8000;
padding-top:8px;
}
.zhstennis_name{ 
  background-color:#F0F0F0;  
  padding:4px;
  border-style:solid;
  border-color:008000;
  border-width:1px;
  font-weight: normal;
  font-size: 8pt;
}
.zhsnews_invitation{ 
  background-color:#E0E0E0;  
  font-size: 8pt;
}
