/* this is the news header*/
#news h1 {
	color: #96A1C6;
	font-size: 150%;
	background-color: #005C7E; 
	padding-left: 1%;
	padding-top: .5%;
	padding-bottom: .5%;
}

/* this is the date */
#news h2 {
	position: relative;
	color: #96A1C6;
	font-size: 100%;
	margin-right: 50%;
	background-color: #202020;
	margin-left: 2%;
	padding-top: .3%;
	padding-bottom: .3%;
	padding-left: .3%;
}

/* this is the news content */
#news h3 {
	position: relative;
	margin-left: 4%;
	margin-bottom: 4%;
	font-size: 100%;
	font-weight: normal;
}

#news hr{
	color: #005C7E;
	margin-left: 2%;
}




