body {
padding: 0px;
margin: 0px;
background-color: black;
font-family: verdana; 
font-size: 8pt;
color: silver;
}

a {font-weight:bold; text-decoration:none}
a:link {color: #9999CC; text-decoration: none;}
a:visited {color: #9999CC; text-decoration: none;}
a:active {color: #e5e5e5; text-decoration: none;}
a:hover {color: #c0c0c0; text-decoration: underline overline;}

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;
}
