body, p, td, div, strong  {
   FONT-FAMILY : Courier New, Courier, monotype;
   FONT-SIZE : 11px;
   COLOR : #000000;
}

H1,H2,H3,H4,H5,H6 {
   COLOR : #000000;
}

body 
{
   background-image: url('none');
   background-color: #fff
}

A
{
    text-decoration: none
}

A:hover  {
   COLOR : #000000;
   text-decoration : underline;
}

A:link  {
   COLOR : #000000;
   text-decoration : none;
}

.noprint {
   display: none;
}


.onlyprint {
   display: block;
}
