@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#gallery a img, .gallery a img{
	border: 0;
	margin: 0 6px 6px 0;
}
#gallery a, #gallery a:hover {
	border: 0;}

#categories .gallery {
	width: 212px;
	height: 210px;
	float: left;
	background-color: #efe5c9;
	margin: 0 10px 10px 0;
	padding: 10px;
	text-align: center;
	}
	
#categories .gallery a, #categories .gallery a:hover  {
	text-decoration: none;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border-bottom: 0;
	}
