body {
	padding: 0px;
	margin: 0px;
	background-color: black;
	font-family: verdana;
	font-size: 8pt;
	color: silver;
}

a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {color: #9999CC; text-decoration: none;}
a:active {color: #e5e5e5; text-decoration: none;}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

table.gallery {
	border-width: 0px;
	text-align: center;
	border-collapse: separate;
}

table.gallery td {
	width: 100px;
	height: 100px;
	border-style: none;
	padding: 5px;
	background-color: white;
}
