body {
	background: #142338;
	color: #eaeae8;
	text-align: center;
	font-family: Tahoma, Arial, Sans-Serif;	
}
#page {
	width: 700px;
	margin: auto;
}
h1 {
	background: url("images/head.jpg") top #eaeae8;
	color: #000000;
	text-align: left;
	margin: 16px 0 4px;
	padding: 16px;
	border: 0;
}
a {
	text-decoration: none;
	color: #000000;
}
.website {
	display: block;
	background: #eaeae8;
	color: #000000;
	text-align: left;
	text-decoration: none;
	margin: 1px 0;
	padding: 24px 12px 0;
	height: 100px;
	border: 0;
	clear: both;
}
.website img {
	position: relative;
	top: -12px;
	float: left;
	margin: 0 40px 0 0;
	border: solid #eaeae8 1px;
}
.url {
	font-family: "Andale mono", Courier, monospace;
	color: #345B91;
}
.website:hover {
	background: #dbeae4;
}
small {
	font-weight: lighter;
	font-size: 70%;
	color: #848483;
}
