/* CSS Document */

body
{
	background-color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00CC66;
	font-size: 1em;
}

a:link, a:visited
{
	color:   #009999;
	text-decoration: none;
	font-weight: 800;
}

a:hover
{
	text-decoration: underline;
}

#lessons
{
	float: left;
	width: 40%;
}

#quotes
{
	width: 40%;
	float: left;
}
