body { font-family: Helvetica, Arial, Sans; color: white; background: #666; }
a, a:visited { color: white; }
a:active, a:hover { color: #ccc; }
h1, h2 { text-align: center; }
h1 { margin-bottom: 0px; }
h2 { margin-top: 0px; }
/* For album list, squeeze out as much left-hand space as we can: */
ul {
	font-size: 12px;
        list-style-position: inside;
        padding-left: 0px;
        margin-left: 5px;
}
