body {
background-color: black;
text-align: left;
font-family: Verdana;
color: white;
line-height: 123%;
}

h3 {
font-size: 12pt;
text-decoration: bold;
}

p {
font-size: 10pt;
}

.hang {
    padding-left: 25px ;
    text-indent: -25px ;
    font-size: 9pt;
}


img.button {
border: none;
padding: 8px;
vertical-align: middle;
}

a.links {
color: white;
border: none;
text-decoration: none;
}

a.links:link {color: white}
a.links:visited {color: white}
a.links:hover {color: red}

a.poster {
color: white;
}

a.poster:link {color: white}
a.poster:visited {color: white}
a.poster:hover {color: red}

div.block {
text-align: left;
margin-left: auto;margin-right: auto;
width: 630px;
position: relative;
}

p.block {
text-align: left;
margin-left: auto;margin-right: auto;
width: 600px;
}

div.down {
position: relative;
}

div.up {
position: relative;
bottom: 10px;
}

div.center {
text-align: center;
}

span.bold {
font-weight: bold;
}

span.center {
text-align: center;
}