p.title { text-align: center; color: yellow; font-family: Helvetica, Univers, sans-serif; font-size: 24pt }
p { color: black; font-family: Helvetica, Univers, sans-serif; font-size: 11pt}
p.caption { color: black; font-family: Helvetica, Univers, sans-serif; font-size: 11pt; font-weight: bold}

h2 { font-family: Helvetica, Univers, sans-serif; text-align: center}
h3 { font-family: Helvetica, Univers, sans-serif}
blockquote { font-family: Helvetica, Univers, sans-serif; font-size: 11pt; font-weight: bold }
li { font-family: Helvetica, Univers, sans-serif; font-size: 11pt }
a { font-family: Helvetica, Univers, sans-serif; font-size: 11pt }

#sidebar a {
	padding: 4px;
	display: block;
	border: none;
	text-decoration: none;
	text-align: center;
	font-family: Helvetica, Univers, sans-serif;
	line-height: 1em;
	width: 140px;
}
#sidebar a:link, #sidebar a:visited {
	color: white;
	border: 1px solid white;
}
#sidebar a:hover, #sidebar a:active {
	color: yellow;
	border: 1px solid yellow;
}
