	/* This element sets the color of your links */

	a:link, a:visited, a:hover {
		color: #2d3373;
		font-weight:bold;
	}

	/* This is a break to stop styles overlapping */

	.break {
		clear: both; 
	}

	/* This element surrounds your news section */

	.newsBox {
		/*border: 1px solid #c3c3c3;*/
		/*padding: 20px;*/
	}

	/* This element surrounds an individual item */

	.newsItem {
		background: #ffffff;
		margin-bottom: 10px;
	}

	/* These two elements control the title and the link colors of the title */

	.newsTitle a:link {
		color: #3c4663;
	}

	.newsTitle a:visited {
		color: #3c4663;
	}

	.newsTitle a:hover {
		color: #800000;
	}

	/* This element is for the description of the news item */

	.newsDescription {
		color: #000000;
	}

	/* This is for the title of your site */

	.siteTitle {
		color: #800000;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.navigation {
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 20px;
		color: #c3c3c3;
	}

	.navigation a:link {
		color: #c3c3c3;
	}

	.navigation a:visited {
		color: #c3c3c3;
	}

	.navigation a:hover {
		color: #3c4663;
	}

	.moreNews a:link, a:visited {
		color: #800000;
	}

	.moreNews a:hover {
		color: #001E6A;
	}

	.logo {
		text-align: center;
		margin-bottom: 5px;
	}

	.blogInclude {
	
	}

	.newsInclude {
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
	}
