#chapter {
	border : Gray;
	border-style : solid;
	border-width : medium;
}

#effective {
	border : Gray;
	border-style : solid;
	border-width : medium;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

ol li {
	margin-top : 15px;
}

ol ol li {
	margin-top : 10px;
}

ol ol ol li {
	margin-top : 0px;
}

ol ol ul li {
	margin-top : 0px;
}

ol {
	list-style-type : upper-alpha;
}

ol ol {
	list-style-type : decimal;
	margin-top : 10px;
}

ol ol ol{
	list-style-type : lower-alpha;
}

 .splash {
	background-color : #DCDCDC;
	font-weight : bold;
	font-style : italic;
	font-size : 110%;
	margin : 5% 15% 5% 15%;
	text-align : center;
	border : medium outset #993333;
	color : Black;
}

.TOC A {
	background-color : #DCDCDC;
	text-align : center;
	font-family : "Comic Sans MS", cursive;
	font-size : 10pt;
	font-weight : bold;
	border : 1px solid Black;
	text-decoration : none;
	padding : 2px 3px 2px 3px;
	color : #993333;
	display : block;
	margin : 2px 3px 2px 3px;
}

