body {
    background-color: #fff;
    color: #000;
    font: 10pt Verdana,"Sans-serif";
}

a {
    color: #666;
}

#content {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 600px; 
    margin-left: -300px;
}

#text-main {
    text-align: center;
    font: bold 10pt Verdana,"Sans-serif";
}

#nin-text,#dd-text {
    letter-spacing: 10px;
    font-variant: small-caps;
    display: none;
}

#w3c-left {
    position: fixed;
    top: auto;
    left: 10px;
    bottom: 10px;
}

#w3c-right {
    position: fixed;
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
}

#text-label{
    margin: 10px;
    height: 40px;
    text-align: center;
}

#main-text {
    text-align: justify;
}

/* general */
.centered {
    text-align: center;
}

.quote {
    margin: 5px 20px 5px 20px;
    font-style: italic;
}

/* images */
.sampleLogo {
    padding: 10px;
}
#logo {
    width: 200px; 
    height: 83px; 
    margin: 0 100px 0 100px; 
    border: 0;
    text-align: center;
}

#dd-img,#nin-img {
    width: 73px;
    height: 73px;
    margin: 0;
    border: 0;
}


