body {
	background-color: #111111;
	color: #AAAAAA;
	font-family: Verdana, Lucida, Arial;
	font-size: 10px;
	margin-left: 10px;
	margin-top: 10px;
	text-align: center;
}
td {
	font-size: 10px;
}
table {
	margin-left: auto;
	margin-right: auto;
}
#menu {
	font-size: 11px;
	text-align: left;
	height: 20px;
}
#nav {
	font-size: 11px;
	text-align: left;
	height: 30px;
	text-align: right;
}
#directory {
	background-color: #222222;
	border: 1px solid #000000;
	padding: 10px;
	text-align: left;
	top: 0px;
}
#folder {
	float: left;
	height: 80px;
	padding: 2px;
	text-align: center;
	width: 200px;
}
#picture img {
	border: 1px solid #000000;
}
a {
	color: #5555aa;
}
a img {
	border: 1px solid #996600;
}
a:hover {
	color: #ff9400;
}
a:hover img {
	border: 1px solid #ff9400;
}
a:link, a:visited {
	color: #CC9900;
	text-decoration: none;
}
#folder img {
	border: 0px;
}
.info {
	background-color: #999999;
	color: #000000;
	border: 1px #AAAAAA;
	font-size: 10px;
	margin: 10px;
	padding: 5px;
}
