Can add also borders top bottom etc.. :
STYLE type="text/css"
.a diferent{
border-style:solid;
border-top-color:lime;
border-bottom-color:red;
border-left-color:yellow;
border-right-color:green;
border-width:20px;
border-top-width:10px;
border-left-width:10px;
}
/style
|