
body {
    font-size: medium;  
    font-family: 'Gill Sans', Optima, Arial, Sans-Serif;
    /*background-color: #e8e8e8;*/
    line-height: 140%;
    /*text-align: center;*/
}

span.comment 
{
    color:#000;
    background-color:#eaeaea;
    /*border:1px solid black;*/
    /*padding:3px;*/
}

table.tcomment 
{
    color:#000;
    background-color:#eaeaea;
    width: 100%
    /*border:1px solid black;*/
    /*padding:3px;*/
}

a.addcomment
{
    /*text-decoration: none;*/
    /*color: black;*/
    font-size: 10pt
}



