@import url('./chapter_numbers.css');

body{
	font-family:verdana;
	line-height:3ex;
	font-size:12pt;
	padding-bottom:50px;
}

h1{
	font-variant:small-caps;
	text-align:center;
	font-size:30pt;
	border-bottom:3px double black;
	padding-bottom:10px;
	margin-bottom:5px;
}

ul{list-style-type:none;}

ol{list-style-type:upper-alpha;}

#Footnotes ol, ol.eg_list{list-style-type:decimal;}

li.chap:before{
	content:'Chapter ' counter(chap_ref) ': ';
}

#Link_List{
	margin-left:0;
	padding:0;
}

sup{
	font-size:100%;
	font-weight:bold;
}

#JS_Extra{display:none;}
#Example_List{
	margin-top:20px;
}
#Example_List span.title_text{
	font-size:120%;
	font-weight:bold;
}
#Example_List li.chap a.title_text{
	font-weight:bold;
}
li.chap{
	margin-bottom:30px;
}
li.code_demo:before{content:'Coding Demonstration: ';}
li.code_demo{
	list-style-type:none;
	margin-left:-1.5em;
}