body {
    font-family: "Trebuchet MS", "Tahoma";
    font-size: 12px;
    color: navy;
}

td, input {
    font-family: "Tahoma";
    font-size: 12px;
}

input {
    color: brown;
}

span.important {
    font-family: "Courier New";
    color: purple;
    /*background-color: yellow;*/
    font-weight: bold;
}
span.hilite {
    background-color: yellow;
    color: green;
}
span.important-hilite {
    font-family: "Courier New";
    background-color: Teal;
    color: white;
}
span.very-important{
    font-family: "verdana";
    color: red;
    font-weight: bold;
}
span.code{
    font-family: "Courier New";
    color: Teal;
}

div.box {
    font-family: "Trebuchet MS";
    background-color:#EEEEEE;
    background-color: #FFFFC8;
    font-size: 12px;
    color: black;
    width:90%;
    padding:10px;
    border:2px solid purple;
    margin:0px;
}

