body { 
    font-family: 'Raleway', sans-serif;
    font-size: 13pt;
    line-height: 17pt;
    color: #3F3F3F;
    background-color: #606060;
}

/* unvisited link */
a:link {
    color: #AA5588;
}

/* visited link */
a:visited {
    color: #AA5588;
}

p.block {
    text-align: justify;
}

.whitebar{
    background-color:white;
    width:100%;
    height:580px;
    position:absolute;
    top:50%;
    margin-top:-290px;
}

.fullcenter {
    background-color:white;
    width:680px;
    height:510px;
    position:absolute;
    left:50%;
    top:50%;
    padding: 35px;
    margin:-290px 0 0 -375px;
}