@import url('common.css');
@import url('forms.css');

div.news_item {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
border-bottom: 1px dashed #333;
}

div.newsletter_form {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
}

div.newsletter_form p 
{
text-align: center;
}

div.news_item h3 {
padding-bottom: 4px;
}