@font-face {
    font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

@font-face {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: italic;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: white;
}

table {
    display: inline-block;
    vertical-align: middle;
}

td {
    vertical-align: middle;
}

td#cover {
	padding-right: 5px;
}

td#date {
	font-style: italic;
}

a {
font-weight: bold;
text-decoration: underline;
color: cyan;
}

a#track {
    font-weight: bold;
}

a:hover {
    color: #6DDAB9;
}
