img {
border:0;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background: #f5f5f5;
	width: 600px;
}
h1 {
	font-size: 24px;
	font-family: tahoma;
	letter-spacing: 5px;
	word-spacing: 10px;
	text-align: center;
	color: #3c3c3c;
}
h2 {
	font-size: 18px;
	border-bottom: 1px dashed #b6b6b6;
	color: #cc3300;
}
.footer {
  clear:both;
  border-top: 1px dashed #b6b6b6;
  font-size: 10pt;
  color: grey;
  text-align: center;
}
a {
	color: #000066;
}
a:visited {
	color: #660033;
}
.footer {
	font-family: "Arial Narrow";
	font-style: italic;
}
ul {
	list-style-type: square;
}
.center {
	text-align: center;
}
.box {
	float: right; 
	display: block; 
	width: 200px; 
	background: #fff8dc; 
	border: 1px solid black; 
	padding: 4px;
	margin-bottom: 5px;
}
.box li {
	list-style: square;
}
.box ul {
	margin: 0;
	padding: 0;
	padding-left: 12px;
}
.box .lastalbum {
	text-align:center;
}
.lastalbum img {
	border: 1px solid grey;
	padding: 5px;
	background: white;
}