html, body {
	background-color: #111;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: whitesmoke;
}

#main h1, p {
	padding-right: 30px;
}

#main table.gallery img {
	background-color: #000;
	border-color: #222;
}

a:link, a:visited, a:hover {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl dd {
	font-size: 0.8em;
	font-weight: lighter;
	color: #999;
}

dl dd a:link {
	font-size: 1.4em;
	color: #1358af;
	padding-left: 5px;
}

dl dd a:hover {
	font-size: 1.4em;
	padding-left: 5px;
	text-decoration: underline;	
}

dl dd a:visited {
	color: #681c2a;
	font-size: 1.4em;

	padding-left: 5px;
}

