body {
	background: #CCDDFF;
	width: 800px;
	font-family: "Pontano Sans", Helvetica, sans-serif;
}

code {
	color: #777777;
	font-family: "Inconsolata", "Courier New", serif;
}

img {
	border: 1px solid #999999;
	box-shadow: 5px 5px 5px #777;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #7A9DB1;
}

.indent {
	width: 600px;
	margin-left: 35px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #999999;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #777;
	background: #FFF;
}