/*
purple: #7666AC
light grey: #888888
dark grey: #666666
green: #C8DCD7
light purple: #B6B5DA
*/


#news {
	width: 100%;
	font-size: 90%;
}

#news h1 {
	margin-bottom: 1em;
	padding: 1em;
	color: #fff;
	background: #7666AC;
}

#content { 
	width: 100%;
/*	float: left;*/
	font-size: 1.5em;
	color: #666;
}

#news h2 {
/*	font-size: 90%;*/
}

.date {
/*	font-size: 70%;*/
	font-style: italic;
}

.news_item {
	border-bottom: solid 3px #C8DCD7;
	padding-bottom: 2em;
	margin-left: 2em;
	width: 90%;
}

#news a, #news a:visited {
	color: #471E88;
	border-bottom: dotted 1px #7666AC;
}

#news h2 a, #news h2 a:visited { text-decoration: none; border-bottom: none;}

