/* Style sheet for the address book page * $Revision: 1.2 $ $Date: 2002/11/14 21:25:24 $ */ body { background-color: #ffffdd; } span.intro-date /* Dateline in introductory paragraph */ { color: #bbbbbb; /* Middle gray */ } span.phone /* Phone numbers */ { color: #00bbbb; /* Dark teal */ } span.index-term /* Primary identifier, sort key */ { color: maroon; font-family: "Avant Garde", helvetica, sans-serif; font-weight: bold; background-color: #eeeeee; /* Pale silver */ } span.org /* Organizational entity */ { font-weight: bold; color: #002288; /* Navy blue */ } span.contact /* Organizational contact */ { color: #0044DD; /* Royal blue */ } span.person /* Person entry */ { color: black; } span.loc /* Physical or postal location */ { color: #005500; /* Dark green */ font-size: small; } span.dir /* Driving directions */ { color: #bb55dd; /* Light purple */ } span.notes /* Misc. notes */ { color: #993300; /* Puce */ font-size: small; }