<!--
* {  font-family:Arial,Helvetica; }    /* everything sans serif */

.AddCart {
    background-color: #C8E8FF;
    font-weight:bold;
}
.AddCart:hover {
    background-color: #88C8F8;
    font-weight:bold;
}

.ViewCart {
    background-color: #C8E8FF;
    font-weight:bold;
}
.ViewCart:hover {
    background-color: #88C8F8;
    font-weight:bold;
}
-->
