body { }
p { }
td { }
a:link { color: white; }
a:visited { color: white; }
a:hover { color: red; }
a:active { color: white; }
#content {
	float: left;
	height: 360px;
	width: 470px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.thumb img{
	border: 1px solid #CCCCCC;
	margin-right: 3px;
	margin-bottom: 10px;	
}
.thumb:link img{
	border: 1px solid #CCCCCC;
}
.thumb:visited img{
	border: 1px solid #CCCCCC;
}
.thumb:hover img{
	border: 1px solid #FFFFFF;
}
.thumb:hover {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.thumb:active img{
border: 1px solid #858585;
}
