BODY {
     background-attachment: fixed;
}

.text {
     font-size:10pt;
     font-weight: 100;
     font-style: normal;
     text-align: left;
     color: #8CC488;
    }

.message {
     font-size:7pt;
     font-weight: 400;
     font-style: normal;
     text-align: left;
     color: #000000;
    }

.comment {
     font-size:12pt;
     font-weight: 600;
     font-style: normal;
     text-align: left;
     color: #c27683  ;
    }

A:link {
       text-decoration:none;
}
