body {
	background-color: #cccccc;
	color: black;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #660099;
}

#header, #footer {
	clear: both;
	font-size: smaller;
}

#content .left-column {
	float: left;
	width: 49%;
}
#content .right-column {
	float: right;
	width: 49%;
}

h1 {
	font-size: 250%;
	margin-top: 0.4em;
	margin-bottom: 0;
}
h2 {
	font-size: 200%;
	margin-top: 0.5em;
	margin-bottom: 0;
}
h3 {
	font-size: 160%;
	margin-top: 0.625em;
	margin-bottom: 0;
}
h4 {
	font-size: 125%;
	margin-top: 0.8em;
	margin-bottom: 0;
}
h5, h6 {
	font-size: 100%;
	margin-top: 1.0em;
	margin-bottom: 0;
}
p {
	margin-top: 1.0em;
	margin-bottom: 0;
}
dl, ol, ul {
	margin-top: 1.0em;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
ul ul, ul ol, ol ol, ol ul {
	margin-top: 0;
}
ol li, ul li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
table {
	margin-top: 1.0em;
	margin-bottom: 0;
}
.tight {
	margin-top: 0;
}
.sidebar {
	clear: right;
	float: right;
	width: 40%;
	padding: 1em;
	background-color: white;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	border-style: solid;
	margin-left: 1em;
}

