body, p, td, li {
    font-family: verdana;
    font-size: 12px
    }
a:link {
    color: #00F
    }
a:active, a:visited {
    color: #F00
    }
a:hover {
    text-decoration: none
    }
td.error {
    font-weight: bold;
    color: red
    }
input.error, select.error {
    background-color: yellow
    }
span.error {
    font-weight: bold;
    color: red;
    font-size: 10px
    }
.prodheader {
    color: #339;
    font-size: 16px;
    font-weight: bold
    }