/* Begin tree of inherited properties and cascades. */
BODY {
	background: rgb(255,255,255);
}

IMG { border-width: 0 }
H1 { font-size: 18pt }
H2 { font-size: 16pt }
H3 { font-size: 14pt }

P {
	font-size: 12pt;
}

PRE {
	color: rgb(50,50,50);
	font-size: 10pt;
	font-family: monospace;
}

BLOCKQUOTE {
	color: rgb(50,50,50);
	font-size: 12pt;
	border-color: black;
	border-width: thin;
	padding: 1%;
}

UL, DL, OL { font-size: 12pt }
I, CITE, EM, VAR, ADDRESS { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }
TH, TD { font-size: 12pt }
SUP, SUB { font-size: 60% }

#orange {
	color: rgb(238,52,21);
}

#yeloow {
	color: rgb(249,155,0);
}

#green {
	color: rgb(0,95,72);
}

#blue {
	color: rgb(0,66,133);
}

#purple {
	color: rgb(104,0,84);
}

#gray {
	color: rgb(112, 114, 117);
}

.helvetica {
	font-family: helvetica;
}

.highlight {
	font-weight: bold;
	background: yellow;
}

.extrasmall { font-size: 80% }

.small { font-size: 90% }


