@import url(https://fonts.googleapis.com/css?family=PT+Serif);

html {
	background: url(../images/sky.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
h1 {
	font-family: 'PT Serif', serif;
	color: #fff;
	font-size: 47pt;
	margin-top: 10pt;
	margin-left: 10pt;
	margin-bottom: 0pt;
}
h2 {
	font-family: 'PT Serif', serif;
	color: #fff;
	margin-top: 18pt;
	margin-bottom: 0pt;
	margin-left: 20pt;
}
h3 {
	font-family: 'PT Serif', serif;
	color: #fff;
	font-size: 20pt;
	margin-bottom: 0;
}
p {
	font-family: 'PT Serif', serif;
	color: #FFF;

}
a {
	text-decoration: none;
	color: #FFF;
}
.menuitem {
	clear: left;
	display: block;
}
a:hover h3 {
	color: #999;
}
.menuicon {
	width: 50pt;
	float: left;
	margin-left: 10pt;
	margin-right: 10pt;
	margin-top: -4pt;
	margin-bottom: 10pt;
}
.subheader {
	font-size: 17pt;
	font-style: italic;
	color: #ddd;
	margin-top: -9pt;
	margin-left: 122pt;
}
.subtitle {
	color: #ddd;
	margin-top: 0pt;
	margin-bottom: 0;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#article {
	display: block;
	max-width: 450pt;
	margin: 10pt;
}
#article a {
	font-weight: bold;
}
#article a:hover {
	color: #999;
}