.bknewsitem
{
margin: 1px;
padding: 1px;

}

.bknewsheader
{
font-weight: bold;
text-align:center;
padding: 1px;
}

#marqueecontainer{
position: relative;
width: 140px; /*marquee width */
height: 200px; /*marquee height */
overflow: hidden;
padding: 2px;
}

#marqueecontainer a
{
    color: black;
    text-decoration:none;
}

#marqueecontainer a:hover
{
    color: blue;
    text-decoration: underline;
}
