table.gp {
    border-style: outset;
    border-color: black;
    border-collapse: separate;
    background-color: black;
}
table.gp td {
    height: 40px;
    border-width: 1px;
    border-style: ridge;
    background-color: #FE9900;
    border-color: black; 
    border-right: thin solid;
    border-left: thin solid;
    border-top: solid;
    border-bottom: solid;
    font-weight: bold;
    -moz-border-radius: ;
}
table.ebay {
    border-style: outset;
    border-color: black;
    border-collapse: separate;
    background-color: black;
}
table.ebay td {
    height: 40px;
    border-width: 1px;
    border-style: ridge;
    background-color: #026604;
    border-color: black; 
    border-right: thin solid;
    border-left: thin solid;
    border-top: solid;
    border-bottom: solid;
    font-weight: bold;
    -moz-border-radius: ;
}
a.gp {
    text-decoration: none;
    color: black;
}
a:hover.gp {
    text-decoration: none;
    color: white;
}
