﻿body {
	background-color: #DDDDDD;
	font-size: x-large;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
h1 {
	font-size: 32px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
}
a:hover {
	color: #000080;
}
a {
	text-decoration: none;
	color: #0066FF;
}
p {
	word-spacing: normal;
	letter-spacing: normal;
	text-align: justify;
	line-height: normal;
	padding-bottom: 6px;
}
.leftfloat {
	float: left;
}
.title {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.chapter {
	font-size: 16px;
	padding-left: 15px;
	padding-top: 10px;
}
ul li {
	font-size: 14px;
	padding-left: 20px;
	padding-bottom: 5px;
}
ul p {
	padding-left: 25px;
	font-size: 12px;
	padding-bottom: 0px;
}
.newStyle1 {
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h2 {
	padding-left: 10px;
	font-size: 20px;
	padding-top: 15px;
}
#links {
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: 6px;
	margin-bottom: 6px;
	padding-left: 14px;
}