body {
	background-color: #3366CC;
	color: white;
}

.show {
	float: left;
	display: none;
	cursor: pointer;
	text-decoration: underline;
	margin-left: 5px;
}

.show img {
	margin-right: 2px;
}

