@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic);

body {
	font-family: "Source Sans Pro",lucida,verdana,sans-serif;
	background-color: #FFFFFF;
	color: #666666;
}

table, td {
	font-size: 100%;
}

table.id {
	width: 520px;
	text-align: left;
}

table.detail {
	width: 520px;
	text-align: left;
}

a {
	color:#331100;
	text-decoration: none;
}
a:visited {
	color:#888888;
}
a:hover {
	color:#EE9900;
	text-decoration: underline;
}

div.linkbuttons {
	border: 0px none;
	display: list-item;
	height: 68px;
	list-style-type: none;
	margin: 20px 5px;
	padding: 0px;
	text-align: center;
}

div.linkbuttons a {
	/* display: block;
	float: left; */
	margin: 2px;
	padding: 0px;
	text-decoration: none;
}

div.linkbuttons img {
	border: 0px none;
	opacity: 0.80;
}

div.linkbuttons img:hover {
	opacity: 1;
}

div.year h2 {
	background-color: #dddddd;
	font-family: sans-serif;
	font-size: large;
	padding: 0.2em;
}

div.year {
	padding-left: 20px;
}

div.entry {
	margin-left: 10px;
	margin-right: 20px;
}

div.entry h3 {
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0;
}

div.entry p {
	font-size: small;
	display: inline;
	padding-right: 5em;
}

span.date {
	font-style: italic;
	font-size: small;
}

span.date:after {
	content: " \2014 ";
}

