html {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    color: black;
    text-align: center;
    display: block;
    float: center;
    height: auto;
}

table {
    vertical-align: middle;
    margin: auto;
    margin-top: 12px; 
    width: 90%;
}

div {
    border: 3px solid black;
    border-radius: 4px;
}

td {
    vertical-align: middle;
}

td#date {
	font-style: italic;
}

a {
    text-decoration: none;
    color: black;
}

a#track {
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

#album-cover {
    border-radius: 4px;
    transition: all .25s;
    margin: auto;
}

#album-cover:hover {
    transform: scale(1.3) rotate(-5deg);
}