body, h1, h2, h3, h4, h5, h6,ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: Black;
}

body {
	margin: 0;
	padding: 40px 5% 5% 5%;
	background-color: #fff;
	background-image: url(images/wood.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: scroll;
}

.narrow1{
	width: 50%;
	line-height: 90%;
}

.narrow2{
	width: 50%;
	line-height: 105%;
}

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

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

a:active {
	text-decoration: none;
	color: red;
}

a:hover {
	text-decoration: overline underline;
	color: Red;
}

h1 {
	font-size: 200%;
	font-weight: normal;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	line-height: 25%;
}

h2 {
	font-size: 125%;
	font-weight: normal;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	line-height: 25%;
}

h3 {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	font-size: 80%;
	font-weight: bold;
}

h5 {
	font-size: 70%;
	font-weight: bold;
}

h6 {
	font-size: 64%;
	font-weight: bold;
}

img {
	border: 0;
}

img.left {
	border: 0;
	margin-right: 15px;
	float: left;
}

img.right {
	border: 0;
	margin-left: 15px;
	float: right;
}

ol, ul, dl, {
	font-size: 80%;
	line-height: 120%;
}

li, dt, dd, {
	font-size: 90%;
	line-height: 120%;
}

dt {
	font-weight: bold;
}

dd {
	border-bottom: 10px solid White;
}

p {
	font-size: 80%;
	line-height: 120%;
	margin-top: 25px;
	text-align: justify;
}

pre {
	font-family: monospace;
	font-size: 80%;
}

strong, b {
	font-weight: bold;
}

hr {
	text-align: center;
	width: 95%;
	color: #A00000;
	margin-top: 25px;
}
