﻿body 
{
	width: 760px;
}
.toplinks
{
	text-decoration: none;
	color: Black;
}
.toplinks:hover
{
	color: Gray;
}
.album 
{
}

.albumFloat 
{
    float: left;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 4px;
    background-color: White;
}

.albumDetailsLink 
{
}

.albumMetaSectionHead 
{
	background-color: Gray;
	color: White;
	font-weight: bold;
}

.albumMetaName 
{
	font-weight: bold;
}

.albumMetaValue 
{
}

.center
{
	text-align: center;
}

