/* General & Page */

.content {
	background: #ffffff;
	width: 980px;
	margin: auto;
	font-family: Georgia, small-caption;
	}

.whitelinks:visited {
	text-decoration: underline;
	color: #ffffff;
}

.whitelinks:link {
	text-decoration:underline;
	color: #ffffff;
}

.whitelinks:hover{
	text-decoration:none;
	color: #ffffff;
}

.lon_link:link {
	/*color: #0b4467;*/
	color: #8B1115;
	text-decoration: underline;
}

.lon_link:visited {
	/*color: #0b4467;*/
	color: #8B1115;
	text-decoration: underline;
}
.lon_link:hover {
	/*color: #0b4467;*/
	color: #8B1115;
	text-decoration: none;
}

h1 {
	color: #8b1115;
	font-family: Georgia, small-caption;
	font-size:20px;
	font-style:italic;
	margin: 0px;
}

.entryimage {
	border: none;
	height:67px;
	width:67px;
}

div.imageholder {
	background-position:center center;
	background-repeat:no-repeat;
	height:68px;
	width:68px;
	display: inline-block;
}