div#news {
/* margin for the entire div surrounding the news items */
	margin: 0px 0px 0px 35px;
/* padding for the entire div surrounding the news items */
        padding-bottom: 20px;
/* border set here */
	border: 0px solid #909799;
/* sets it off from surroundings */
	background: #f5f5f5;
/* sets its width */
	width: 515px;
/* sets its general font */
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
   

}

div#news ul{
margin-left:-28px;
padding-bottom:0px;
list-style:none;
}

div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	background: url(http://www.deuxx.be/uploads/ngrey/darknav.png) repeat-x left center;
	color: #a20d49;
	border: none
}

div#news h3 {
	line-height: 2em;
	color: #442b86;
	border: none;
        padding-left:20px;
}


.firstnewscat {
/* padding for the news article summary */
	padding: 10px 20px 0 0px;
        color: #f5f5f5;
/* margin to the bottom of the news article summary */
	border-bottom: 1px solid #ccc;
        width:450px;
        margin-left:3px;
}

.NewsSummary {
/* padding for the news article summary */
	padding: -10px 40px 0 0;
/* margin to the bottom of the news article summary */
	margin: 0 20px 1em 14px;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
        font-style: italic;
	font-size: 100%;        
}
.NewsSummaryLink {
/* bold to set it off from text */        
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 0px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
        margin: 0px 0px 0px 0px;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
    padding-bottom: 20px;
    padding-right: 20px
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* italic text */
        font-style: italic;	
/* bold to set it off from text */
	font-weight: normal;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
        padding-left:20px;
        padding-right:40px;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
        padding-left:20px;
        padding-right:40px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
/* color text */
    color:#a20d49;
    padding-left:20px;
}
#NewsPostDetailHorizRule {
margin-left:-40px;
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
padding-left:20px;
}