body {
	color: white ;
	background: #6c7280 ;
	font-family: Verdana, sans-serif ;
}

a:link { color: white ; }
a:visited { color: gray ; }
a:active { color: gray ; }
a:hover {
	color: white ;
	text-decoration: underline ; }

div {
	text-align: center ;
}

a img {
	border: none ;
}

a {
	text-decoration: none ;
	font-size: 80% ;
}

table {
	background: #363940 ;
}

td.content {
	padding: 30px ;
}

td.album {
	padding: 20px ;
	text-align: center ;
}

th.album {
	padding: 20px ;
	text-align: center ;
}


h1 {
	margin-top: 0 ;
	margin-bottom: 0 ;
	margin-left: 5% ;
	font-size: 110% ;
	font-weight: bold ;
}

h2 {
	margin-top: 2px ;
	margin-left: 5% ;
	font-size: 50% ;
	text-transform: uppercase ;
	color: #aaaaaa ;
	font-style: italic ;
}

h3 {
	margin-top: 0 ;
	margin-bottom: 0 ;
	font-size: 60% ;
	text-transform: uppercase ;
	color: #6c7280 ;
	text-align: center ;
}

h4 {
	margin-top: 0 ;
	margin-bottom: 5px ;
	font-size: 70% ;
	text-transform: uppercase ;
	text-align: center ;
}

p {
	margin-bottom: 30px ;
	font-size: 80% ;
}	