@charset "utf-8";

img {
	border: 0;
}


html {
	height: 100%;
	background: #2d86ec url(../img/wheat.jpg) bottom fixed;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 10px;
}

h1 {
	color: #1a599c;
	font-size: 180%;
	margin-top: 0;
	border-bottom: 1px solid #1a599c;
	padding: 6px 0;
}

h2, h3 {
	color: #069;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 130%;
}

h4 {
	font-size: 150%;
	color: #9dc0e6;
}

table h4 {
	margin: 0;
}

h5 {
	font-size: 130%;
	color: #346eae;
}

.clearfix:after {
    content: ".";
    height: 0;
	display: block;
    clear: both;
	visibility: hidden;
}

label {
	cursor: pointer;
}

.noComment {
	display: none;
}

blockquote {
	padding: 2em;
}
