Hi,
Yes, you should put all repeated style in a common class.
.contactPerson
{
width:150px;
height:150px;
text-align:center;
float:left;
border-style:solid;
border-width:medium;
letter-spacing:normal;
line-height:0.8cm;
}
.contactPersonsilver
{
background-color:Silver;
}
when you are displaying silver color then just use like this
class="contantPerson contactPersonsilver"
Regards,
Iftikar