     a.podlink:link, a.podlink:visited{
          padding:3px;  
          display: block;
          width:100px;
          text-align: center;
          border: 1px solid #999999;  
          text-decoration  : none;
          margin-bottom: 3px;
     }
     
     a.podlink:hover {  
          padding:3px;
          display : block;
          width:100px;
          text-align: center; 
          border: 1px solid #000000;
          background-color : #000000;     
          color: #ffffff;
          text-decoration: none;   
          margin-bottom: 3px;
     }
     
     a.podpodlink:link, a.podpodlink:visited{   
          padding:2px;  
          display: block;
          width:85px;
          color: #C0C0C0;
          text-align: center;
          border: 1px solid #C0C0C0;  
          text-decoration  : none;
          margin-bottom: 3px;
     }
     
     a.podpodlink:hover {   
          padding:2px;
          display : block;
          width:85px;
          text-align: center; 
          border: 1px solid #000000;
          background-color : #000000;     
          color: #ffffff;
          text-decoration: none;   
          margin-bottom: 3px;
     }     
     
    .table {
     font-size:11px;
     font-family: Tahoma;  
     padding-bottom: 5px;      
    }

    .pad {
      padding-left:10px;
      padding-top:3px; 
    }
     
    #news{              
     padding: 10px;  
     padding-top:0px;     
     padding-bottom:0px;
    }
     
    #news .newstitle{
     background: url(../images/hbg.jpg) repeat-x;
     height:19px;
     padding-left: 2px;
     padding-top: 3px;      
    }
     
    #news .category{
     font-weight: bold;
     color: #b8b2b2;
    }
     
    .title{
     font-weight: bold;
     color: #555555;
    }
    
    #news .title  a:link{ 
     color: #555555;
    }
    
    #news .title  a:visited{ 
     color: #555555;
    }
    
    #news .title  a:hover{ 
     color: #888;
    }    
     
    #news .footer{  
     background: url(../images/hbbg.jpg) repeat-x;
     height:19px;
     padding:3px;
     padding-top:2px;
     text-align: right;
    }

    #news .news{  
     padding-left: 2px; 
     padding-bottom:4px; 
     padding-top:4px; 
     text-align: justify;     
    }

    .divider {   
	margin: 10px;
	background-image: url(../images/divider.gif);
	background-position: right;
	height: 20px;
}
    

    body {
     background: url(../images/bg.jpg);
     height:100%;
     margin:0px;
     color: #555555;
    }
    html{
        height: 100%;
    }
    
    a:link, a:visited{
     color: #298bc2; /* #111;       */
     text-decoration: none;
    }
    a:hover{
     color:  #000; /* #888; */
     text-decoration: none;
    }    

    img {
     border:0px;
    }