body {
	color: #000;
	font: 72.5% Calibri, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #333;
	text-decoration: underline;
	font-weight: 700;
}

h1, h2, h3, h4 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	display: block;
}
h1 {
	margin: 1em 0;
	font-size: 1.1em;
	color: #999;
}
h2 {
	margin-top: 0;
	font-size: 1.6em;

}
h3 {
	font-size: 1.4em;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
	color: #333;
}
#container {
	height: auto !important;
	margin: 25px auto;
	position:relative;
	width: 640px;
	text-align: left;
}

.item {
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
	line-height: 170%;
}

