
/* === Newsflash ==================================== */

#newsflash {
width: 600px;
background-image: url(../bc_images_basics/bc_newstaste.gif); 
background-repeat: no-repeat;
}

#newsflash p {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
color: #ffffff;
margin-top: 42px;
text-align: center;
width: 500px;
} 
 
#newsflash a:link {
color: #ffffff; 
text-decoration: none;
}

#newsflash a:visited {
color: #ffffff;
text-decoration: none;
}

#newsflash a:hover  { 
color: #cc3300; 
text-decoration: none; 
}

#newsflash a:active {
color: #cc3300; 
text-decoration: none; 
}
