body {
	color: #333;
	background: #ffffff;
	font-family:"lucida grande","Trebuchet MS",tahoma,verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
}

.Album {
background: #CCCCCC;
}

.Album .Photo{
width: 130px;
text-align: center;
height: 100px;
padding-top: 5px;
}

.Album .Photo img {
margin: auto;
}

a, a:link, a:visited, a img, img {
	border:medium none;
	text-decoration:none;
	color: #333;
}

a:hover {
	color: red;
}