a:link { color: blue; text-decoration: underline;} a:visited { color: blue; text-decoration: underline;} a:hover { color: white; background-color: grey; text-decoration: underline;} a:active { color: black; text-decoration: underline;} a.active:link { color: black; text-decoration: none;} a.active:visited { color: black; text-decoration: none;} a.active:hover { color: green; text-decoration: none;} a.active:active { color: black; text-decoration: none;} a.passive:link { color: black; text-decoration: none;} a.passive:visited { color: black; text-decoration: none;} a.passive:hover { color: white; background-color: grey; text-decoration: none;} a.passive:active { color: black; text-decoration: none;} /* */ body { font-family: Arial; font-size: 12px; color: black; } table { font-family: Arial; font-size: 14px; color: black; table-border-color-light: rgb(10,153,51); table-border-color-dark: rgb(0,0,0); padding: 3px } td.passive { font-size: 14px; border-collapse:collapse; border-width:3px,3px,3px,3px; border-bottom-style: hidden; border-top-style: hidden; border-left-style: hidden; border-right-style: hidden; border-color: rgb(240,240,250); } td.active { font-size: 14px; border-collapse:collapse; border-width:3px,3px,3px,3px; border-bottom-style: solid; border-top-style: hidden; border-left-style: hidden; border-right-style: hidden; border-color: rgb(10,10,10); } td.empty { font-size: 14px; border-collapse:collapse; border-width:3px,3px,3px,3px; border-bottom-style: hidden; border-top-style: hidden; border-left-style: hidden; border-right-style: hidden; border-color: rgb(240,240,240); }