h4 {
	color: rgb(255, 204, 51); font-family: helvetica, sans-serif; font-size: larger;
}
p {
	color: rgb(255, 204, 51); font-family: helvetica, sans-serif;
}
p.larger {
	color: rgb(255, 204, 51); font-family: helvetica, sans-serif; font-size: 1.2em;
}
blockquote {
	color: rgb(255, 204, 51); font-family: helvetica, sans-serif;
}
ul li {
	color: rgb(255, 204, 51); font-family: helvetica, sans-serif;
}
a {
	color: rgb(255, 204, 51); font-family: helvetica, sans-serif;
}
a:hover {
	color: rgb(255, 51, 0);
}
a:visited {
	color: rgb(255, 204, 51);
}
a:hover:visited {
	color: rgb(255, 51, 0);
}
a.hd {
	font-size: smaller; font-weight: bold; text-decoration: none;
}
a.inline {
	font-style: italic;
}
input.button {
	width: 7em;
}
