body { color: black ; background-color: white }

.readOnly { color: blue }

.readWrite { color: green }

.noAccess { color: black }

a.readWrite, a.readOnly, a.noAccess { font-size: 120% ; font-weight: bolder }

a.b.readWrite, a.b.readOnly, a.b.noAccess { font-size: 150% ; font-weight: bolder }

.annotation { background-color: #f0f0f0 }

.groupHeading { background-color: #eeeecc }

