
body {
	background-color: #666;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 68%;
}

#logo {
	margin: 2em 1em 1em 5em;
}
#logo a img {
	border: 0;
}

#container {
	margin: 2em 5em;
	width: 36%;
}
#container p {
	margin: 0em 2em 1em 0.1em;
	text-align: justify; 
	font-size: 1.4em;
	line-height: 1.55;
	color: #fff;
	text-shadow: 1px 1px 0px #777;
}
#container p a {
	color: #ee0;
	text-decoration: none;
	border-bottom: 1px dotted #ee0;
}
#container p a:hover {
	color: #0de;
	border-bottom: 1px dotted #0de;
}
.thumbs  img {
	width: 21%;
	margin: 0.2em;
}
.thumbs a img {
	color: #ccc;
	border: 1px solid #ccc;
}
.thumbs a:hover {
	color: #999;
	border-color: #999;
}

