/*layout*/
body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	background-color: #fafafa;
}

a:link {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}

a:link img {
	border: 1px dotted #fff;
}

a:hover img {
	border: 1px dotted #999;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 0;
	padding-top: 2ex;
}

h4 {
	font-weight: normal;
	font-size: .84em;
	padding-bottom:1.5ex;
	padding-top: 3ex;
}

img.thumbnail {
	padding: 10px;
	background-color: #fff;
}
