a:link {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}
h1 {
	font-family: Impact, "Comic Sans MS", sans-serif;
	color: #FFCC33;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
li {
	font-size: smaller;
}
.onehalf {
	line-height: 150%;
	text-indent: 10pt;
}
.photo {
	font-size: xx-small;
	text-align: right;
	color: #999999;
}
.text {
	font-size: smaller;
}
.smaller {
	font-size: x-small;
}

