/* General instructions for font, color, and background image */
body {
	font-family: Arial, Futura, Verdana;
	color: #344152;
	margin: 10px;

	/* Light pink background with white polka dots */
	background-color: #ffd6e8;
	background-image: radial-gradient(white 8%, transparent 9%);
	background-size: 40px 40px;
	background-repeat: repeat;
	background-attachment: fixed;
}

/* Paragraph formatting */
p {
	line-height: 1.4em;
}

/* Headings */
h2 {
	font-family: Skia, Futura, Verdana, Arial;
	color: #344152;
	font-size: 2em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: normal;
}

h6 {
	font-family: Skia, Futura, Verdana, Arial;
	color: #344152;
	font-size: 0.75em;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
	text-align: center;
	font-weight: normal;
}

/* Content images */
#content img {
	padding: 1px;
	float: right;
	margin: 0 0 1em 1em;
}

/* Links */
a {
	text-decoration: none;
}

a:link {
	color: #1C86EE;
}

a:visited {
	color: #104E8B;
}

/* Page layout */
#header {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#content {
	margin-top: 10px;
}

/* Picture/caption alignment */
#picture {
	padding: 1px;
	float: right;
	text-align: center;
	font-size: 8pt;
	margin: 0 0 1em 1em;
}

/* Footer layout */
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer img {
	padding: 10px;
}