.menuItem {
	font-size: 16px;
	color: #F0F0F0;
	text-decoration: none;
	font-family:  "Times New Roman";
	font-weight: bold;
	letter-spacing: .03em;	
}

.menuItem:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.yogaText {
	font-family: "Monotype Corsiva", "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #000033;
}
.bodyText {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
  font-size: 17px;
	line-height: 25px;
	text-align: justify;
}
.bodyTextLink {
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyTextLink:hover {
	color: #000066;
	background-color: #CCCCCC;
}
.textInput {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	border: 1px solid #999999;
	color: #CCCCCC;
	background: transparent;
	font-style: italic;
}
.formButton {
	border: 1px ridge #CCCCCC;
	background-color: #050F56;
	color: #FFFFFF;
}
.thumbLink {
	color: #CCCCCC;
	text-decoration: none;
}
.thumbLink:hover {
	color: #EEEEEE;
	text-decoration: underline;
}
