/* CSS Document */

H1 {
	font: normal normal bold 150% Geneva, Arial, Helvetica, sans-serif;
	color: indigo;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
BODY { font: bold 12px Geneva, Arial, Helvetica, sans-serif } 
p { font: bold 12px Geneva, Arial, Helvetica, sans-serif }

/* need to check and see if these really work in browsers */
a:hover { background-color: darkorange; }
a:link { color: indigo; }
a:active { color: indigo; }
a:visited { color: lightslategray; }

.smallborder { 
	border: 2px solid darkorange;
	background-color:  lavender;
	margin: 15px;
	padding: 8px; }

/* used for the "Spunky English" background */
p.background { font-weight:  bolder;
	font-size:  700%;
	line-height:  90% }
.extrasmallletter { font-size: 75%}
.extrabigletter { font-size:  150% }

.hangingindent {
	text-indent: -30px;
	margin-left: 30px;
}
.emphasis {
	font-size: 120%;
	font-weight: bolder;
	color: darkorange;
}
.spaceafter {
	margin-bottom: 6px;
}

IMG {
	border:0;
}

BUTTON.classmanager {
	padding: 1px;
}
