BODY, TD {
    background-image: url('back-main.gif');
    font-family: Verdana, sans-serif;  
}

H1 {
    font-family: Trebuchet MS,sans-serif;
    color: #d61413;
}

#maintext {
    margin-left: 50px;
    width: 1000px;
    
}
.productname {
    font-family: Trebuchet MS, sans-serif;
    font-size: large;
    font-weight: bold;
}

.productdesc {
    font-family: Verdana;
    width: 350px;
}

.red {
    color: #d61413;    
}

.redsmall {
    color: #d61413;
    font-family: Arial, sans-serif;
    font-size: small;    
}

.blacksmall {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: small;    
}

#footer {
    background-color: #DDDDDD;
    font-size: x-small;
    text-align: center;
}

