table.services {
        width: 600px;
}
table.services td.light {
        text-align: left;
	padding: 10px 0 0 10px;
	background: #d7cfc2;
}
table.services td.lightR {
        font-size: 15px;
        font-weight: bolder;
        text-align: right;
	padding-right: 10px;
	background: #d7cfc2;
}
table.services td.dark {
        text-align: left;
	padding: 10px 0 0 10px;
        background-color: #c0b8aa;
}
table.services td.darkR {
        font-size: 15px;
        font-weight: bolder;
        text-align: right;
	padding-right: 10px;
        background-color: #c0b8aa;
}

