body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Monaco, Verdana, sans-serif;
	background: #FFF;
	color: #000;
	margin-top: 4em;
}

.timeline, .thumb {
	padding-bottom: 5em;
}

.showgrid {
	background: none;
}

hr {
	background: #000;
	color: #000;
}

a {
	color: #000;
	text-decoration: underline;
}

a.sitelink {
	text-decoration: none;
	background: url(../img/link_arrow.gif) no-repeat right;
	padding-right: 10px;
}

a:hover {
	color: #FF0000;
}

a:hover.sitelink {
	background-image: url(../img/link_arrow_hover.gif);
}

.right {
	text-align: right;
}

.extra {
	display: inline;
	float: left;
	text-decoration: none
}

.extra em {
	font-style: normal;
}

.extra em.caption, .extra b {
	display: none;
}

.extra img {
	border: 0;
	display: block;
}

.extra:hover {
	background: #fff;
	position: relative;
	cursor: pointer;
}

.extra:hover b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 430px;
	height: 360px;
	background: #000	
}

.extra:hover em.caption {
	display: block;
	position: absolute;
	top: 36px;
	width: 350px;
	left: 36px;
	height: 360px;
	color: #FFF;
	line-height: 18px
}
