/* CSS Document */
.NewsLinks {
 font-family: verdana;
 font-size: xx-small;
 font-weight: bold;
 color: #000000;
 text-decoration: none;
}

a.NewsLinks {
 text-decoration: none; 
 color : #000000; 
 font-size: xx-small;
}

/*

a:link.NewsLinks {
 text-decoration: none; 
 color : #000000; 
 font-size: xx-small;
}

a:visited.NewsLinks {
 color : #666666; 
 font-size: 
 xx-small;
}

a:active.NewsLinks {
 text-decoration: none; 
 color : #000000; 
 font-size: xx-small;
}
*/

a:hover.NewsLinks {
 color : #727272; 
 font-size: xx-small;
 text-decoration: none; 
}

.NewsHeader {
 font-family: verdana;
 font-size: xx-small;
 font-weight: normal;
 color: #333333;
 text-decoration: none;
 padding-left: 5px;
}

a:link.NewsHeader {
 text-decoration: none; 
 color : #333333; 
 font-size: xx-small;
 }

/*

a:visited.NewsHeader {
color : #333333; 
font-size: xx-small;
}

a:active.Header {
text-decoration: none; 
color : #333333; 
font-size: xx-small;
}

*/

a:hover.NewsHeader {
color : #FA5800; 
font-size: xx-small;
}

/*
.ticker-border {
 background-color: #E8E8E8;
 margin: 5px;
 padding: 0px;
 height: 200;
 width: 190;
 border:  solid #222222;  
}
*/