/* News CSS */

   
  .news { color: FFFFFF; /* text color */
               background-color: #006699;
               width: 100%;
               padding: 4px;
	       margin: 4px;
               text-align: center;
             }

   .news_title { color: beige; font-size: 14pt; text-align: left;}    
   .news_entry { color: 000000;  }
   .news_date { color: 006699;
                background-color: #FFFFCC;
                font-size: 12pt;
		font-style: italic;
		font-weight: bold;
                border: 1px solid black;
		text-align: left;
                }
   .news_text { color: #FFFFFF;
                
                text-align: top;
                margin: 10px;
		font-size: 12pt;
		text-align: left;
              }
  

