table.albumlist {
    border-width: 0;
    border-style: none;
}

table.albumlist td {
    text-align: center;
}

table.albumlist img {
    width: 200px;
}

table.albumlist a {
    display: block;
    font-family: sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #808080;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

table.albumlist a:visited {
    color: #808080;
    text-decoration: none;
}

table.albumlist a:hover {
	 color: #FFAF00;
	 background-color: #00AAEE;
     text-decoration: none;
}

table.albumlist a img {
    border-style: none;
}
