BODY {
    font-family: arial narrow, serif;
    font-size: 19px;
    font-weight: 400;
    margin: none; 
}

P.greeting { 
    font-family: brush script mt, serif;
    font-size: 25px;
    text-align: justify;   
    font-weight: 400;  /*Normal font weight*/
}

A:link, A:visited { 
    color: #000000;
    text-decoration: underline; 
}

A:active, A:hover {
    color: #000000; 
    text-decoration: none; 
} 

TABLE, TD, TR {
    font-size: 19px;
    background: transparent;  
    border: none;
    vertical-align: top;
}

TD {
    padding-top: 12px;
    padding-left: 18px;
}

.page_block, .header {
    margin-left: 65px;
    margin-right: 65px;
}

.page_block {
    padding: 8px;
    background: #ececec;
}

.header { 
    font-family: lucida bright, serif;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    text-align: left;
    background: black;
    padding-left: 5px;
    margin-top: 65px;
}

