body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C8DBBF;
}
.StageCalm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003300;
}
.StageCalmSlogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #993300;
}

a.topmenu:link {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
}
a.topmenu:hover {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
}

a.topmenu:visited {

	color: #006600;
	text-decoration: none;
	font-size: 12px;
}
.topmenu {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
}
.pad {
	margin-right: 10px;
	margin-left: 10px;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding-right: 15px;
	padding-left: 15px;
}


/*site links*/
.StageCalm a:link {
	color: #993300;
	text-decoration:none;
}
a:link {
	color: #993300;
	text-decoration:none;
}
.StageCalm a:visited {
	color: #993300;
text-decoration:none;
}
a:visited {
	color: #993300;
text-decoration:none;
}

.StageCalm a:active{
	color: #993300;
text-decoration:none;
}
a:active{
	color: #993300;
text-decoration:none;
}
.StageCalm a:hover {
	color: #000000;
text-decoration:underline;
}
a:hover {
	color: #000000;
text-decoration:underline;
}