@import url('layout.css');
@import url('novo.css');

*
{
    font-family:Verdana;
    font-size:12px;
    line-height:1.5em;
/*    color:#000000; */
    white-space:normal;
}

P
{
}

body
{
}

.GreenTextHeading
{
    color:#009933;
    font-size:13px;
    font-weight:bold;
}

