html,body {
    height:100%;
    margin:0;
    padding:0;
}
body.main {
    font-family: 'Times New Roman', serif;
    background: white;
    margin: 50px;
    color: black;
    line-height: 29px;
    font-size: 20px;
    font-weight: normal;
    text-shadow: none;
    text-align: left;
}