html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ddbbbb;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	clear: both;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #0099bb;
	font-weight: bold
}

table {
	background: none;
	font-weight: bold;
	border: 2px solid;
	border-collapse: collapse;
	border-color: #666666;
}
table.center { margin: auto; }
td {
	background: none;
	padding: 5px;
	vertical-align: bottom;
	border: 2px solid;
	border-color: #666666;
}

img { border: 0; }

figure {
	vertical-align: text-top;
	border: 1px solid gray;
	padding: 5px;
}

figcaption {
	font-weight: bold;
	font-style: italic;
}

.right { float: right; }
.left { float: left; }
.center { text-align: center; }
.clear { clear: both; }
.quoted { font-style: italic; }
.strike { text-decoration: line-through; }

header {
	text-align: center;
}

main {
	display: block;
}

section {
	clear: both;
}

section.rule {
	border-top: 1px solid Black;
}

footer {
	clear: both;
	border-top: 1px solid Black;
	margin-top: 15px;
	padding: 5px;
}
