body {
    color: rgb(230, 230, 230);
    background-color: rgb(204, 126, 88);
    background-image: url(Tv_wall.png);
    background-size: 620px;
    font-size: 16px;
}
img#back {
    position:fixed;
    width: 64px;
    height: 64px;
    margin-right: 12px;
}
div {
    background-color: rgb(50, 0, 150);
    border-color: rgb(210, 85, 255);
    border-style: outset;
    border-width: 10px;
    width: 1168px;
    margin-top: 24px;
    margin-left: 80px;
    padding: 18px;
    text-align: left;
}
h1 {
    font-size: 40px;
    margin-right: 2px;
}
img#artist {
    float: left;
    margin-right: 12px;
    border-style: outset;
    border-color: rgb(210, 85, 255);
    border-width: 5px;
}
hr {
    color: #8c39aa
}
h2 {
    font-size: 24px;
}
td {
    font-size: 19px;
    border-color: #8c39aa;
    border-right-style: solid;
    border-bottom-style: dotted;
    border-width: 2px;
}
li {
    font-size: 19px;
}
span.pink {
    color:rgb(210, 85, 255);
}
details {
    margin-left: 128px;
    margin-right: 128px;
}
p.info {
    font-size: 12px;
}
p {
    color: rgb(230, 230, 230);
    font-size: 21px;
    margin-top: 6px;
    margin-bottom: 6px;
}
a.paralink {
    color: rgb(230, 230, 230);
}