body {
    background-color: black;
}
p {
    color: #ffffff;
    font-family: Courier, monospace;
    font-size: 12px;
}
a:link {
    color: #dddddd;
}
a:visited {
    color: #cccccc;
}
a:active {
    color: #eeeeee;
}
p.menu {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 2em;
    margin-bottom: 2em;
    background: #555555;
    text-align: right;
}
td.menu {
    background: #555555;
    width: 100;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
}
p.main {
    margin-left: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
}
pre.playlist {
    margin-left: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
    color: #ffffff;
    font-family: Courier, monospace;
    font-size: 14px;
}
td.playlist {
    color: #ffffff;
    font-family: Courier, monospace;
    font-size: 14px;
}
th.playlist {
    color: #ffffff;
    font-family: Courier, monospace;
    font-size: 14px;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
}