.small_cell {
	padding: 5px;
}
.small_cell, .medium_cell {
	float: left;
	text-align: center;
}

.small_cell img, .medium_cell img {
	margin: 5px;
	border: 1px solid #5c5b60;
}
.small_cell:hover {
	background-color: #fff0e0;
}
.small_cell a:hover img {
	border: 1px solid #e84200;
}
a {
	text-decoration: none;
	color: #e84200;
}
.alt a {
	color: #8844cc;
}
.nd {
	color: #e84200;
}
a:hover { text-decoration: underline; }
img { border: none }

body, p {
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #5c5b60;
}
.name, .page_current, .page_link {
	font-size: 12px;
}
.page_current {
	font-weight: bold;
}

.small_cell {
}

.medium_cell {
}

h3, p {
	margin-left: 8px;
}


