body, p, h1, h2 {
    margin: 0px;
    padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
body {
    margin-top: 50px;
    background-color: black;
    color: #090;
}
a {
    color: #4c4;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    margin-top: 20pt;
    margin-bottom: 20pt;
}
h1, h2 {
    margin-top: 50pt;
    margin-bottom: 50pt;
    font-size: 12pt;
}
img.h {
    width:562px;
    margin-left: 100px;
}
a#player {
    display:block;
    width:562px;
    height:330px;
    margin-left: 100px;
}
div.main {
    width:520px;
    margin-left: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #000 #030 #000 #000;
    text-align: right;
}
