A:Link		{ color: blue; }
A:Visited	{ color: purple; }
A:Active	{ color: red; }

BODY {
	margin-left:		5%;
	margin-right:		5%;
	font-family:		serif;
	font-weight:		normal;
	font-size:		20pt;
	background-color:	white;
	color:			black;
}

P, DIV, UL, OL, DL, LI, BLOCKQUOTE {
	font-family:		serif;
	font-weight:		normal;
	font-size:		20pt;
/*	background-color:	white; */
/*	color:			black; */
}

.heading {
	background:		#D0D0B0;
	color:			black;
}

.data {
	background:		#B0D0C0;
	color:			black;
}

.change {
	color:			#c00000;
}

.change2 {
	color:			#0000c0;
}

.example {
	color:			green;
}

.quote {
	color:		        #00c000;
}

DIV.quote {
	margin-left:		10%;
	margin-right:		10%;
}

DIV.links {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		10pt;
}

DIV.jumps {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		8pt;
}

DIV.closing {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		8pt;
}

SUB, SUP {
	font-size:		18pt;
}

TH {
	font-family:		serif;
	font-weight:		bold;
	font-size:		20pt;
}

TD {
	font-family:		serif;
	font-weight:		normal;
	font-size:		20pt;
}

TD.tt {
	font-family:		Courier, fixed;
	font-weight:		bold;
	font-size:		18pt;
}

STRONG, B {
	font-weight:		bold;
}

PRE {
	font-family:		Courier, fixed;
	font-size:		22pt;
	font-weight:		bold;
	color:			#00AA00;
}

PRE.medium {
	font-family:		Courier, fixed;
	font-size:		14pt;
	font-weight:		bold;
	color:			#00AA00;
}

PRE.small {
	font-family:		Courier, fixed;
	font-size:		10pt;
	font-weight:		bold;
	color:			#00AA00;
}

PRE.center {
	text-align:		center;
	font-family:		fixed;
	font-size:		18pt;
	font-weight:		bold;
}

TT {
	font-family:		Courier, fixed;
	font-size:		22pt;
	font-weight:		bold;
	color:			#00AA00;
}

TT.small {
	font-family:		Courier, fixed;
	font-size:		14pt;
	font-weight:		bold;
	color:			#00AA00;
}

H1.banner {
	font-family:		Helvetica, sans-serif;
	font-weight:		bold;
	font-size:		28pt;
	color:			red;
	text-align:		center;
}

H1 {
	font-family:		Helvetica, sans-serif;
	font-weight:		bold;
	font-size:		24pt;
	color:			red;
	text-align:		center;
}

H2 {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		22pt;
	color:			blue;
}

H3 {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		18pt;
	color:			rgb(150,100,0);
}

H4 {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		16pt;
	color:			red;
}

H5 {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		16pt;
	color:			blue;
}

H6 {
	font-family:		Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		16pt;
	color:			rgb(150,100,0);
}
