/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Oswald);
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
}
h1, h2 {
	color: #cc6600;
	border-bottom: thin dotted #888888;
}

h1 {
	font-family: "Oswald", sans-serif;
	font-size: 220%;
}

h2 {
	font-weight:normal;
	font-size: 130%;
}

blockquote {
	font-style: italic;
}


