/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/professional-black/professional-black.css);
/* end StyleCatcher imports */


#conteiner a {
color: #000;
}

#news {
border: solid 1px #333;
display: inline-block;
}


#news h2{
background-color:#333;
color: #fff;
padding: 3px 10px;
margin: 0;
}

#news ul {
margin: 0;
padding: 0;
list-style-type: none;
}


#news li {
padding: 8px 10px;
}

#news .even {
background-color: #dddddd;
width: 500px; }

