body {
	font: 12pt "Times New Roman", Times, serif;
}
h1 {
	text-align: center;
	color: #FF8000;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: .4em;
}
p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}
.siteName {
	margin: 0px;
	font-size: 24pt;
	font-weight: bold;
	display:none;
}
.smallCap {
	font-variant: small-caps;
	font-size: 0.7em;
}
.slogan {
	font-size: 0.9em;
	padding-left: 40px;
	display:none;
}
#index .siteName, #index .slogan {
	display:block;
}
a:link,a:visited {
	color: #009999;
}
img.right {
	float: right;
}
h2 {
	font-size: 1.6em;
}
#fiveStepsToWellness h2 {
	text-align: center;
	color: #FF8000;
	font-weight: normal;
	font-size: 1.7em;
}

