@charset "UTF-8";
/* CSS Document */

a:link, a:active, a:visited, a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.cpsnewsbody {
	display: block;
	border-bottom: solid 1px #2c1805;
	padding: 5px 0 5px 0;
	
}

#newspage h1 {
	font-family: Arial;
	color: #000;
	font-size: 36px;
}

#newspage h2 {
	font-family: Arial;
	color: #000;
	font-size: 18px;
	padding: 0px;
}

#newspage h3 {
	font-family: Arial;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	padding: 0 0 5px 0;
}


#newspage {
	width: 400px;
}


#newspage p {
	width: 400px;
	font-family: Arial;
	color: #000;
	font-size: 12px;
	padding: 0 0 10px;
	margin: 0;
}

#newspage .cpsnewsheadline {
	font-family: Arial;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.page {
	font-family: Arial;
	color: #000;
	font-size: 12px;
}