body {
	background-color: #ffffff;
	background-image: url(images/aabckgnd.jpg);
	color: #222222;
	font: 90% Georgia, serif;
	margin: 0
}

p {
	background-color: transparent;
	color: #222222;
	font: 100% Georgia, serif
}

a:link, a:visited {
	background-color: transparent;
	color: #4169e1;
	font: 100% Georgia, serif;
	text-decoration: none
}

a:hover {
	background: #f5f5f5;
	color: #ff0000;
	font: 100% Georgia, serif;
	text-decoration: underline
}

a.dark:link, a:dark:visited {
	background-color: transparent;
	color: #555555;
	font: 100% Georgia, serif;
}

a.dark:hover {
	background: transparent;
	color: #8b4513;
	font: 100% Georgia, serif;
	text-decoration: underline
}

#leftcolumn {
	background-color: transparent;
	border-right: thin solid #999999;
	color: #444444;
	font-size: 79%;
	text-align: center
}

#col2, p {
	background-color: transparent;
	color: #222222;
	font-size: 95%;
	padding-left: 30px;
	padding-right: 20px;
}

/*
.leftcolumn a:hover {
	color: #dddddd;
	background-color: #2f4f4f;
	text-decoration: none;
}
*/
ol, ul {
	margin-left: .9em;
	padding-left: .9em
}

li {
	padding-bottom: 10px;
	text-align: left
}

img {
	border: none
}
