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

html{
	font-family:verdana;
	line-height:3ex;
	font-size:12pt;
}

a.chap_num_ref:before{
	content:'Chapter ' counter(chap_ref) ': ';
}

h1, h2{
	text-align:center;
}

#Subpattern_Rules{
	font-weight:bold;
	width:500px;
	float:left;
	margin-left:100px;
}

#Tags{
	padding:0;
	margin:0;
	float:left;
}
#Regular_Expression{
	padding:10px;
	font-family:monospace;
	border:1px solid black;
	text-align:center;
	font-size:15pt;
}
li.first_level{
	color:green;
	font-weight:bold;
}
li.second_level{
	color:olive;
	text-decoration:underline;
}
li.third_level{
	color:maroon;
	font-style:italic;
}
li.chars{
	color:navy;
	text-decoration:overline;
}
th, td{
	padding:10px;	
}