body {
    color: rgb(230, 230, 230);
    background-color: rgb(204, 126, 88);
    background-image: url(Tv_wall.png);
    background-size: 620px;
    font-size: 32px;
}
div {
    background-color: rgb(50, 0, 150);
    border-color: rgb(210, 85, 255);
    border-style: outset;
    border-width: 10px;
    text-align: center;
    width: 1008px;
    margin-top: 24px;
    margin-left: 180px;
    padding: 18px;
}
img#back {
    position:fixed;
    width: 64px;
    height: 64px;
    margin-right: 12px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 40px;
}
h3.cdspin {
    text-align: center;
    width: 1424px;
}
span.pink {
    color:rgb(210, 85, 255);
}
details {
    margin-left: 128px;
    margin-right: 128px;
}
summary.notey {
    color:rgb(210, 85, 255)
}
p.info {
    font-size: 32px;
}
p {
    color: rgb(230, 230, 230);
    font-size: 17px;
    margin-top: 6px;
    margin-bottom: 6px;
}
a.ABC {
    color: rgb(230, 230, 230);
    font-family: cursive;
    font-size: 36px;
}
a.IUZ {
    color: rgb(230, 230, 230);
    font-family:cursive;
    font-size: 36px;
    text-decoration: line-through;
}
a.paralink {
    color: rgb(230, 230, 230);
}
a.noteylink {
    color:rgb(210, 85, 255);
}
footer {
    margin-top: 8px;
}
img.foo {
    border-style: solid;
    border-color: rgb(100, 0, 0);
    border-width: 1px;
}