body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
 }
 
 img {
	border: 0px;
	text-decoration: none;
}
 
 a {
	text-decoration: none;
	color: #aaaaaa;
 }
  a:hover {
	text-decoration: none;
	color: #bfbfbf;
 }

font.title {
	font-weight: bold;
}


.frame {
	margin: 0px;
	border: 10px solid #ffffff;
	height: auto;
	width: auto;
}

div.body {
	width: 830;
	position: relative;
	margin: 0 auto;
	background-color: #666666;
}

div.left {
	width: 130;
	float: left;
	position: relative;
	margin: 0 auto;
}

div.content {
	width: 550;
	float: left;
	position: relative;
	margin: 0 auto;
}

table {
	
}

.albumdesc {
	color:#555555;
	font-size:24px;
	font-family: Microsoft Sans Serif;
	font-weight: bold;
}

.photodesc {
	color:#777777;
	font-size:12px;
	font-family: Microsoft Sans Serif;

}

.adddate {
	color:#AAAAAA;
	font-size:10px;
	font-family: Microsoft Sans Serif;
	font-weight: none;
	font-style: italic;
}