body {
	background-color:#111;
	color:#ddd;
	font:1.2em/1.6 sans-serif;
	margin:auto;
	max-width:40em;
	padding:1em
}

a {
	color:#09f;
	text-decoration:none
}

a:visited {
	color:#09f;
	text-decoration:none
}

a:hover {
	color:#09f;
	text-decoration:underline
}

img {
	max-width:100%;
	height:auto
}
