body {
	color: #333;
	background-color: white;
	font: 14px 'Trebuchet MS', Trebuchet, 'Lucida Grande', Verdana, sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 36px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
}

#gallery img {
	border: 1px solid #333;
	margin-right: 10px;
	margin-bottom: 10px;
}

li a, a#back {
	color: #22F;
	text-decoration: none;
}

li a:after {
	content: " >";
}

a.link {
	color: #22F;
	text-decoration: underscore;
}

li a:visited, a.link:visited {
	color: #555;
}

li a:hover, a#back:hover, a.link:hover {
	color: #22F;
	background: #DDD;
}
