@media all {
	html, body {
		background: #6c6e8c;
		color: black;
		font-size: medium;
		padding: 0;
		margin: 0;
	}
	#main, #photo, #sidebar {
		border: 4px double black;
		background: #eef;
		color: black;
		margin: 4px;
	}
	a:link, a:visited {
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
		background: #ffc;
		color: red;
	}
	a:visited:hover {
		color: purple;
	}
	table {
		border: 1px solid black;
	}
	td {
		border: 1px;
	}
	thead {
		text-align: center;
		font-size: large;
	}
	h1 {
		background: #522;
		color: white;
		font-family: times, serif;
		font-size: x-large;
		text-align: right;
		border: solid black;
		margin: 8px;
	}
	h2 {
		background: #6C6E8C;
		color: white;
		font-size: large;
		margin: 6px;
	}
	h3 {
		font-size: large;
	}
	img {
		border: none;
	}
	ul {
		list-style-type: square;
	}
	ul.sidebar {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	ul.thumbnails {
		margin: 0;
		padding: 0;
	}
	ul.thumbnails li {
		display: inline;
		float: left;
		width: 125px;
		height: 125px;
		border: 1px solid black;
		background: #E6F3E4;
		padding: 2px;
		margin: 2px;
		text-align: center;
	}
	hr { clear: both; }
}
