/* Basic Typography */
body,p,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
}
a,a:link,a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a:hover,a:active {
	color: #4C94DB;
}

/* Homepage */
#aboutus {
	margin-left: 13px;
	margin-right: 20px;
}
#aboutus p {
	font-size: .8em;
}

#welcome {
	margin-left: 24px;
	margin-right: 35px;
	line-height: 1.5em;
}

#intro {
	margin-left: 17px;
	margin-right: 8px;
}
#intro p {
	color: #FFF;
	font-size: .8em;
	line-height: 1.4em;
}

/* Classes Page */
#classDates {
	margin: 12px;
}
#classDates p {
	color: #FFF;
	font-size: .8em;
	font-weight: bold;
}
#testimonials {
	margin: 12px;
}
#testimonials p {
	color: #CCFFFF;
	text-align: center;
	font-size: .8em;
	line-height: 1.5em;
}
#classes {
	margin: 16px;
}
#copyright {
margin: 12px;
}
#copyright p {
	font-size: 0.8em;
	font-style: italic;
	color: #FFF5D6;
}
#copyright a,#copyright a:link,#copyright a:hover,#copyright a:active,#copyright a:visited {
	font-size: 1em;
	font-style: italic;
	color: #FFF5D6;
	font-weight: normal;
}
#copyright a:hover {
	color: #000;
}

/* Megan's Classes */
.sessionTitle {
	font-weight: bold;
	color: #CC0000;
}
.month {
	font-size: 1.4em;
	font-weight: bold;
	color: #FF9933;
}
.BoldYellow {
	font-size: 1.1em;
	color: #FFCC66;
	font-weight: bold;
}
.allText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 333;
	font-size: 9px;
}
.smallText {
	font-size: 10px;
	font-style: italic;
}

.photo img {
	padding: 0;
	border: 1px solid red;
}
.green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #669933;
	white-space: normal;
}
