@charset "UTF-8";
/* CSS Document */

body {
	background: #eeeeee;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#articlesheaderleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	width: 200px;
	padding-top: 25px;
}
#articlesheaderleft a:link {
	color: #2370e2;
	text-decoration: underline;
	font-weight: bold;
}
#articlesheaderleft a:visited {
	color: #2370E2;
	text-decoration: underline;
	font-weight: bold;
}
#articlesheaderleft a:hover {
	color: #68737a;
	text-decoration: underline;
	font-weight: bold;
}
#articlesheaderleft a:active {
	color: #2370E2;
	text-decoration: underline;
	font-weight: bold;
}
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 670px;
}
#articlesheaderright {
	text-align: right;
	float: right;
	width: 50px;
}
img {
	border-style: none;
}

