.yogaplex {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #5CB0DE;
}
a:visited {
	color: #00CCFF;
}
.BoldBlueText {
	color: #5CB0DE;
	font-weight: bold;
}
.BlueText {color: #5CB0DE}
.GreyText {
	color: #69787F;
}
.BoldRedText {
	font-weight: bold;
	color: #D95959;
}
.ItalicRedText {
	font-style: italic;
	color: #D95959;
}
.RedText {
	color: #D95959;
}
