body {
	font-family: georgia, serif;
	color: #333333;
	font-size: 80%;
}

/* This resets the font-size to pixels for browsers that allow pixel-based font resizing */
html>body {
	font-size: 16px;
	height: 100%;
	min-height: 100%;
}

p {
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 1.25em;
}

ul {
	list-style-type: none;
	margin-left: 24px;
	padding: 0;
}

ul li {
	margin-bottom: 1.125em;
}

#activities {
	width: 60%;
	margin-left: 24px;
	border-collapse: collapse;
}

#activities td {
	font-size: 1.125em;
	padding-bottom: 1.333em;
}

h1 {
	font-size: 1.815em;
}

h2 {
	font-size: 1.25em;
	margin-top: 1.8em;
	margin-bottom 0.6em;
	color: blue;
}

h3 {
	font-size: 1.125em;
	margin-top: 1.895em;
	margin-bottom: 0.632em;
}

#pow {
	width: 65%;
	border: 1px solid red;
	margin-bottom: 1.5em;
}

#pow div {
	display: none;
}

#pow h4 {
	text-align: center;
	background: red;
	color: white;
	padding: 3px 12px;
	margin: 0;
}

#pow h4 a {
	color: white;
}

#pow h4 a:visited {
	color: white;
}

#pow p {
	margin: 12px;
}

#pow ul {
	font-size: 1em;
}

#pow ul li {
	font-size: 1em;
	margin-bottom: 1em;
}

.image {
	width: 640px;
	font-size: .75em;
	color: #555555;
	text-align: right;
}
	