body, td
{
	color: Gray;
	background-color: White;
}

div#content{
	width: 630px;
	padding: 20px;
   }

* {
    padding: 0;
	margin: 0;
}

a 
{
	color: Black;
	text-decoration: none;
}

a:hover 
{
	text-decoration: none;
}

img 
{
	border: none;
}

h1
{
	font-size: large;
	margin-bottom: 20px;
}

.album 
{
}

.albumFloat 
{
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 4px;
}

.albumDetailsLink 
{
}

.albumMetaSectionHead 
{
	background-color: Gray;
	color: White;
	font-weight: bold;
}

.albumMetaName 
{
	font-weight: bold;
}

.albumMetaValue 
{
}

.center
{
	text-align: center;
}

