/* Style for green lessons */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:82%;
	background-color:#FFFADD;
}

table.head {
	background-color:#006600;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}
table.main {
	background-color:#FFFFFF;
	border:#003300 thin solid;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

td.left_col {
	width:140px;
	border-right:#003300 thin solid;
	vertical-align:top;
}

td.main_col {
	width:85%;
	vertical-align:top;
}

h1 {
	color: #003300;
	text-align:center;
	font-size:210%;
}

h2 {
	color:#003300;
	font-size:160%;
}

h3 {
	color:#003300;
	font-style: italic;
	font-size:120%;
}

h4 {
	color:#003300;
	font-size:110%;	
}

h5 {
	color:#003300;
	font-style: italic;
	font-size:85%;	
}

.headtext {
	font-size: 10px;
}

.note {
	font-size: 11px;
}

.greennote {
	font-size: 11px;
	color: #003300;
}

.navtext {
	font-size: 87%;
	font-weight:bold;
}

.redsmall {
	font-size: 10px;
	color: #FF0000;
}

.redcolor {color: #FF0000;}

.bluecolor {color:#000099;}

.greencolor {color: #003300;}

.whitecolor {color:#FFFFFF;}

