body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
a:focus {
	outline:none;
}
table.thumbnails {
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	width: 292px;
	table-layout: fixed;
}
table.thumbnails td.thumboton {
	width: 18px;
	border: 0px;
}
table.thumbnails td.thumb {
	width: 50px;
	border: 0px;
}

span.hl4 {
	font-size: 10px;
	font-weight: bold;
	color: #666;
}
a:active,
a:link,
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #05a;
	text-decoration: none;
}
a:active, 
a:focus {
	outline:none;
}