/*  +----------------------------------------------+ 
    | Borealis Norwegian Forest Cats Style Sheet   | 
    | Web site News-Page specific styles           | 
    | D.Foley 14-June-2005                         | 
    +----------------------------------------------+ */

.news-header {
             border: 0;
             padding: 0;
             background-color: 0;
             margin: 0;
             color: #ffcc66;
             width: 600px;
             text-align: left;
             font-family:  arial,helvetica,sans-serif; 
             text-decoration: none;
             font-size: 10pt; 
             font-stype: bold;
             clear: left;
             }
.news-item   {             
             border: 0;
             padding: 0;
             margin-left: 10px;
             margin-bottom: 6px;
             background-color: 0;
             color: #999;
             width: 580px;
             float: left;
             text-align: justify;
             font-family:  arial,helvetica,sans-serif; 
             font-size: 10pt; 
             clear: both;
             }

.news-item a  {             
             text-decoration: none;
             color: #fff;
             }
             
.news-item a:hover {             
             background-color: #990000;
             }             