a {
	text-decoration: underline;
	color: #2C3182;
}

a:visited {
	color: #4046BD;
}

a:hover {
	color: #DF3B00;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	font-family: serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: serif;
}


.default {
	font-family: sans-serif;
}

.top10 {
	font-family: sans-serif;
	font-size: 12px;
}

.news-picture { 
	border: 1px solid #000; 
}

.news-day {
	width: 30px;
	float: left;
	margin: -6px 4px 0px 0;
	text-align: center;
	font-size: 28px;
	color: #000;
	font-family: sans-serif;
}

.news-time {
	/* float: left;
	text-align: left;
	font-size: 11px;
	letter-spacing: 0.06em;
	line-height: 95%;
	color: #000; */
	margin-right: 15px;
	font-family: sans-serif;
	display: block;
	/* width: 80px; */
	clear: both;
	letter-spacing: 0.02em;
	font-size: 12px;
	color: #000;
}

.news-monthyear {
	width: 30px;
	float: left;
	text-align: left;
	font-size: 11px;
	letter-spacing: 0.06em;
	line-height: 95%;
	color: #000;
	font-family: sans-serif;
}

.news-author {
	/* margin-right: 4px; */
	font-family: sans-serif;
	display: block;
	clear: both;
	letter-spacing: 0.02em;
	font-size: 12px;
	color: #000;
}

.review-info {
	font-family: sans-serif;
	font-size: 13px;
}

.review-body {
	font-family: sans-serif;
	font-size: 14px;
	text-align: justify;
}

.review-quicknav {
	font-family: sans-serif;
	font-size: 10px;
	text-align: center;
}

.review-firstletter {
	font-family: sans-serif;
	font-size: 16px;
}

.columnHead {
	/* This is merely necessary to fix IE7's tendency to add senseless NOTHING wherever it pleases */
	height: 32px;
	overflow: hidden;
}

.updates a {
	text-decoration: none;
}