html, body {
    background: #aaaaaa;
    color: #000000;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
}

.content-container {
    background: #dddddd;
    min-height: 300px;
    border: 1px solid black;
}

.content {
    padding: 1em;
}

.text-center {
    text-align: center;
}

.rubrik {
    font-weight: bold;
    text-decoration: underline;
}


#wrapper {
    width: 651px;
    margin-left: auto;
    margin-right: auto;
}


/*
.text {
    font-family: verdana;
    font-size: 10px;
    color: #000000;
}

.stor {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    background-color: #dddddd;
    color: #000000;
}

.rubrik {
    font-family: verdana;
    font-size: 10px;
    font-weight: bold;
    background-color: #dddddd;
    color: #000000;
    text-decoration: underline;
}
*/

a:link {
    color: #000000;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

.table-menu {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-menu td, tr {
    padding: 0;
    margin: 0;
}

.table-music {
    width: 100%;
}

.table-menu tr {
    line-height: 0;
}

.table-music tr {
    line-height: 1.0;
}

.table-music th {
    text-align: left;
}

.table-music a {
    text-decoration: underline;
}