/* element selectors */ * { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular } BODY { background-color: #ffffff; } H1 {font-size: X-large;} H2 {font-size: large;} p {margin-left: 12px } /* spans */ p.member { border: thin black solid; margin-left: 0px; margin-top: 1px; margin-bottom: 1px; padding: 4px; font-size: x-small; background-color: #3CF; text-align: center; } p.fember { border: thin black solid; margin-left: 0px margin-top: 1px; margin-bottom: 1px; padding: 4px; font-size: x-small; background-color: #FCF; text-align: center; } td.up { border-bottom: medium gray solid; border-right: medium gray dotted;} td.down { border-top: medium gray solid; border-right: medium gray dotted;} td.right {border-bottom: medium gray solid;} td.lright {border-top: medium gray solid;} td.bluetab { background-image: url(Images/BlueTab.gif); text-align: center; font-size: large; font-weight: bold; } td.dimtab { background-image: url(Images/BlankTab.gif); text-align: center; font-size: large; font-weight: bold; } /* bibliography */ dt { font-size: large; font-weight: bold;} dd { margin-left: 15px; margin-bottom: 12px; padding-left: 10px; border-left: thin gray solid;} /* class selectors */ a:link { color: #0000AA; text-decoration: none;} a:visited { color: #AA00AA; text-decoration: none; } a:active { color: #AA00AA; text-decoration: underline; } a:hover { color: #FF6600; text-decoration: none; background: yellow;}