body  {
	background-color : #ffffff;
	font-size : small;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	margin-bottom : 0px;
	text-align : left;
}

.chap  {
	font-family : Arial,sans-serif;
	font-size : 175%;
	color : blue;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-color : red;
	margin : 0px;
	margin-bottom : 16px;
}

.sect  {
	font-family : Arial,sans-serif;
	font-size : 130%;
	color : blue;
	border-bottom-style : solid;
	border-bottom-width : 3px;
	border-color : red;
	margin : 0px;
	margin-top : 24px;
	margin-bottom : 16px;
}

.p  {
	font-family : Arial,sans-serif;
	font-size : 105%;
	color : black;
	margin-top : 6px;
	margin-bottom : 6px;
}

.red  {
	color : red;
}

.blue  {
	color : blue;
}

.bold  {
	font-weight : bold;
}

.big  {
	font-size : 140%;
}

.small  {
	font-size : small;
}

.u1  {
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	color : #000080;
	background-color : #FFF0D0;
	padding-left : 3;
	padding-top : 2;
	padding-bottom : 2;
}

.u1s  {
	font-size : small;
	color : #000000;
	text-align : right;
	font-weight : normal;
	background-color : #FFF0D0;
}

.u2  {
	font-size : large;
}

.u3  {
	font-size : large;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #800000;
	background-color : #FFF0D0;
	font : #E3DFA6;
	padding-left : 3;
	padding-right : 3;
	padding-top : 3;
	padding-bottom : 3;
}

.u4  {
	font-size : xx-large;
	font-weight : bold;
	color : #800000;
	font : #E3DFA6;
	background-color : #E3DFA6;
	font-style : italic;
	font-family : serif;
}

PRE  {
	font-size : medium;
	font-family : monospace;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

