.bordo {
border-top-width: 0px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 0px;
border-style: inset;
border-top-color: none;
border-right-color: red;
border-bottom-color: blue;
border-left-color: none;
}
.bordo1 {
border-top: none 0px none;
border-right: inset 10px red;
border-bottom: inset 10px blue;
border-left: none 0px none;
}
ovviamente nell'HEAD, richiamando nel BODY la classe: <td class="bordo1....>
Ciao,
dover