body {
	margin: 0;
}
p {
	margin-top: .8em;
	margin-bottom: 0;
}
p.title {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-bottom: 0;
}
p.quotation {
	margin-left: 40%;
	margin-top: 0;
	text-align: right;
	font-size: 75%;
	font-style: italic;
}
p.heading {
	font-size: 125%;
	font-weight: bold;
}
li {
	margin-bottom: .5em;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p.centered {
	text-align: center;
}


img {
	border: none;
}

.frame {
	border: 1px solid black;
}


td {
	vertical-align:top;
}
td.text {
	padding: 1em;
}
td.title {
	border-bottom: 1px solid black;
}


td.side {
	background-color: #CCCCCC;
	text-align: center;
}
td.side_inactive {
	border-right: 1px solid black;
	background-color: #999999;
}
td.side_active {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
}
td.side_break {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
td.side_end {
	border-top: 1px solid black;
}

td.side p {
	margin: 0;
}
p.appname {
	font-weight: bold;
}
p.caption {
	font-size: 75%;
}
p.menu {
	text-align: left;
}


a {
	text-decoration: none;
}

a.stealth:link {
	color: black;
}
a.stealth:visited {
	color: black;
}
a.stealth:active {
	color: black;
}
a.stealth:hover {
	text-decoration: underline;
	color: #666666;
}

a:link {
	color: #996633;
}
a:visited {
	color: #996633;
}
a:active {
	color: #CC9966;
}
a:hover {
	text-decoration: underline;
	color: #CC9966;
}
