/* Classes for an outline level */
.l0 {
	list-style-type: upper-roman;
}

.l1 {
	list-style-type: upper-alpha;
}

.l2 {
	list-style-type: decimal;
}

.l3 {
	list-style-type: lower-roman;
}

.ptstyle {
	list-style-type: square;
}

.guidelines {
	list-style-type: square;
}

.guidesub {
	list-style-type: square;
	padding-top: 12px;
}

/* Spacing for list items */

.iteml0 {
	padding-bottom: 12px;
	font-size: 14pt;
}

.iteml1 {
	padding-top: 6px;
	font-size: 12pt;
}

.guider {
	padding-bottom: 10px;
}

.letter {
	font-size: 24pt; 
	text-align: center; 
	font-family: Georgia, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: thin;
	border-style: solid;
	border-color: #ffffcc;
}

.term {
	font-weight: bolder;
}

/* Spacing for Alpha Styles */
.alphaline {
	margin: 0px;
	padding: 0px;
}

/* Style sheet for Bibliography and Reference Section. */

.annotated {
	border-style: solid;
	border-color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

ul.notations {
	list-style-type: square;
}

li.note {
	padding-right: 10px;
	padding-bottom: 10px;
}

.citation {
	font-size: larger;
	text-align: left;
}
