body {
    background-color : 336633;
    margin: 0px; 
}

.mainSection {
    background-color : FFFFFF;
    border: 1pt solid black;
    width: 75%;
    height: 95%;
    left:140;
    position: absolute;    
    text-align: center;
    overflow:auto;
}

.heading {
    font-size: 16pt;
    font-weight: bold;
}

.subheading {
    font-size: 13pt;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: black;
}

viewArea {
    position:relative;
    width:790px; 
    height:542px; 
    overflow:auto;
}
