/* 
  main style sheet for yoganam.com
  created: 2005
  revised: 20 nov 2006
*/
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #333333;
}
a:active {
	color: #990000;
}
a {
	color: #990000;
	font-style: italic;
}
.section1 {
	font-size: 24pt;
	font-weight: bold;
	color: #CC0000;
}
.section2 {
	font-size: 12pt;
	font-weight: bold;
	color: #CC0000;
}
.info {
	font-size: 10pt;
}
.credit {
	font-size: 8pt;
	font-style: italic;
}body {
	font-size: 11pt;
}
.section1b {

	font-size: 18pt;
	font-weight: bold;
	color: #CC0000;
}.scheduletable {
	text-align: center;
	font-size: 9pt;
}
.gray {
	background-color: #66CC99;
}
.red {
	background-color: #FF6600;
}
