body {
    background-color: black;
    font-family:sans-serif;
    font-size: 9pt;
    color: white;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a img {
    border: none;
    color: black;
}


.transpform {
    border: 0px solid #222222;
    width: 100%;
    background:none;
    font-family:sans-serif;
    font-size: 9pt;
    color: white;
}

.silver {
    padding: 2px;
    margin: auto;
    width: 353px;
    font-size: 9pt;
    text-align: center;
    color: silver;
}

.box {
    margin: auto;
    padding: 2px;
    text-align: center;
    border: 1px solid #555555;
    font-size: 9pt;
    background-color: #888888;
    color: #333333;
}
.centralizer {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

