body { 
	background: #007070; 
}
h1, h2, h3, h4, h5, h6, em, p, ul, ol { 
	font-family: arial, helvetica, sans-serif; 
	color: black; 
}
.fun {
	font-family: comic sans ms, arial, helvetica, sans-serif; 
}
.numb {
	line-height: 150%;
}
.close {
	line-height: 100%; 
	margin-top: 0; 
	margin-bottom: 0; 
}
.jumb {
	text-align: justify; 
	text-indent: 10pt; 
	line-height: 130%;
}
.just {
	text-align: justify; 
	text-indent: 16pt; 
	line-height: 150%;
}
.red { 
	color: #EB0000; 
}
.green { 
	color: #008B00;
}
.purple { 
	color: #8B008B;
}
.blue { 
	color: #00008B;
}
.teal { 
	color: #008B8B;
}
.ochre { 
	color: #8B8B00;
}
.lite { 
	color: #E0FFFF;
}
.brick { 
	color: #8B0000;
}
.dark { 
	color: #007070;
}
.white { 
	color: #FFFFFF;
}
.other { 
	font-weight: bold; 
	background-color: #007070;
	color: #FFFFFF;
	font-family: Comic Sans MS, Verdana, sans-serif;
	font-variant: small-caps;
	line-height: 150%;
	margin-top: 0; 
	margin-bottom: 0; 
	text-decoration: none;
}
.adhead { 
	font-weight: bold; 
	background-color: #808080;
	color: #FFFFFF;
	font-family: Comic Sans MS, Verdana, sans-serif;
	font-variant: small-caps;
	margin-top: 0; 
	margin-bottom: 0; 
	text-align: center;
	line-height: 150%;
}
.light {
	font-weight: lighter;
}
.bold {
	font-weight: bold;
}
.rold { 
	color: #EB0000; 
	font-weight: bold;
}
.under {
	text-decoration: underline;
}
.runder { 
	color: #EB0000; 
	text-decoration: underline;
}
.min { 
	font-size: smaller; 
}
.big {
	font-size: larger;
}
.sm {
	font-size: x-small;
}
.tiny {
	font-size: xx-small;
}
A {
	cursor:normal; 
}
A:link {
	color: #EB0000;
}
A.light:link {
	color: #FFFFFF;
}
A:visited {
	color: #8B008B;
}
A.light:visited {
	color: #E0FFFF;
}
A:active {
	color: #00008B;
}
A.light:active {
	color: #EB0000;
}
A:hover { 
	color: #008B8B; 
}
A.light:hover { 
	color: #8B8B00; 
}