/* basic type definitions*/
BODY, A, TEXTAREA, INPUT, TD {
    font-family: "Courier New", "Curier", monospace;
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

/* color classes */
.orange { color: rgb(255,102,49);}
.black  { color: #000;}
.grey   { color: rgb(140,140,140);}

