@charset "utf-8";
/* CSS Document */
<!--
body, td, th {
	color: #F8F8FF
	}
body {
	background-color: #000000
	}
	
.bio {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #000000;
	margin: 25px 25px 25px 25px;
	}	
.review {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #000000;
	margin: 25px 25px 25px 25px;
	}
.lessons {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #000000;
	margin: 25px 25px 25px 25px;
	}
.upcoming {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #FFFFF0;
	margin: 25px 25px 25px 25px;
	}
.upcoming2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #FFCC00;
	margin: 25px 25px 25px 25px;
	font-weight: bold;
	}
.footertext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #C0C0C0;
	}
a:link {
	color: #F8F8FF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a:active {
	color: #F8F8FF;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}

#content {color: #000000;
}

#content a:link {color:#800080;
}

#content a:hover {color:#FFCC00;
}	


