body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 14px;
	margin: 8px;
}

a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: 333333;
	text-decoration: underline;
}

a:hover {
	color: #40a50f;
}

a img {
	border: 0px;
	text-decoration: none;
}

hr {
	color: #C0C0C0;
	size: 1px;
	width: 94%;
}

h3 {
	color: #40a50f;
	font-size: 19px;
	font-weight: bold;
	padding: 4px 0 8px 0;
	margin: 0;
}

#content-container {
	width: 902px;
	margin: 14px auto;
	overflow: hidden; 
}

#column-one {
	width: 280px;
	padding: 0 10px 0 0;
	float: left;
	border-right: 1px dotted #AAAAAA;
}

#column-two {
	width: 280px;
	border-right: 1px dotted #AAAAAA;
	padding: 0 10px 0 10px;
	float: left;
}

#column-three {
	width: 280px;
	padding: 0 0 0 10px;
	float: left;
}

#sources ul {
	padding: 2px 0 4px 0;
	margin: 0;
	list-style-type: none;
}

#sources li {
	display: inline;
}

#sources a {
	display: block;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 1px 0px 1px 17px;
	background-image: url(http://www.shootthebears.com/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}
	
#sources a:hover {
	margin-left: 14px;
	background-image: url(http://www.shootthebears.com/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	color: #40a50f;
}