/* My global cascading style sheet */ A { font-family: verdana, arial, sans-serif; } A:hover {text-decoration: bold; } /* #525277; is that gorgeous slate-blue I like. */ A:active { color: #525277; } A:link { color: #525277; } A:visited { color: #525277; } A.mono { font-family: monaco, courier, monospaced; size: -1; } BODY { background-color: #EDEDED } /* TABLE TD { background-color: white; text-align: left; font-family: verdana, arial, sans-serif;} TABLE.footprints TD { background-color: white; text-align: right; } */ table.columns td { vertical-align: top; }