@charset "utf-8";
/* CSS Document */

#newsBox
{
position: absolute;
 margin-left: 645px; 
 font-size: 8pt; 
 padding: 10px; 
 margin-top: 35px; 
 width: 200px;
 height: 80px; 
 background-color: #FFFFFF;
}
#newsBox strong
{
font-weight: bold; 
color: #c84d46;
}
