body {
	font-family: Georgia
}

a:link {
	color: Blue;
	text-decoration: none
}

a:visited {
	color: Blue;
	text-decoration: none
}

a:hover {
	color: Blue;
	text-decoration: none
}

#linkToChapter:link {
	color: Black
}

#linkToChapter:visited {
	color: Black
}

#linkToChapter:hover {
	color: Blue
}

.mainlink {
	color: Blue;
	cursor: pointer
}

#chapTitle {
	font-family: Times New Roman;
	font-size: larger;
	width: 66%
}

#chapName {
	font-variant: small-caps;
}

#chapText {
	font-family: Times New Roman;
	width: 66%;
	border-right: solid 2px Navy;
	border-left: solid 2px Navy;
	padding: 20px;
	text-align: left;
	border-radius: 20px
}

hr {
	background-color: DodgerBlue;
	border-color: DodgerBlue;
	height: 2px
}

table, td, th {
	border-color: DodgerBlue
}

blockquote {
	font-family: Garamond;
	font-size: 12pt;
	border-right: solid 2px DodgerBlue;
	border-left: solid 2px DodgerBlue;
	padding: 10px;
	border-radius: 10px
}

code {
	background-color: LightGray
}

.siteName {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: LightSteelBlue
}

.siteNameInner {
	width: 66%;
	text-align: left
}

.siteName a:link {
	color: Black;
}

.siteName a:visited {
	color: Black;
}

.siteName a:hover {
	color: Blue;
}

.tip {
	background-color: White;
	text-align: left;
	border-top: solid 1px DodgerBlue;
	border-bottom: solid 1px DodgerBlue;
	border-radius: 5px
}

h2 {
	font-family: Times New Roman;
	width: 66%
}

.date {
	font-style: italic;
	text-align: right
}

.tableCaption {
	padding-top: 10px;
	text-align: center;
	font-variant: small-caps
}

.figCaption {
	text-align: center;
	font-variant: small-caps
}

.fn {
	font-size: 10pt;
	line-height: 13pt
}

.clmenu {
	background-color: White;
}

.clmenuSelected {
	font-weight: bold
}

.clText {
	font-family: Times New Roman;
	border-right: solid 2px;
	border-left: solid 2px;
	border-color: Navy;
	padding: 20px;
	text-align: left;
	line-height: 15pt;
	border-radius: 20px
}


.singleBullet {
	list-style-type: none;
	margin-left: 15px }

