body {
	background : white;
	color : black;
	font-size : 12px;
	font-family : sans-serif;
	text-align : left;
}

#content {
	width : 400px;
	background : white;
	margin : 0 auto;
	margin-top : 00px;
	padding : 00px;
}

.item {
	margin-bottom : 30px;
}

a {
	color : DodgerBlue;
	text-decoration : none;
}

a:hover {
	color : #123456;
}

h1 {
	font-size : 14px;
	color : #444;
}

h2 {
	font-size : 13px;
	color : #444;
	margin-bottom : 0px;
}
