/* * General settings */ body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 18px; background-color: #f7f7f7; color: #000000; } /* * No underline for links */ a:link { text-decoration: none; cursor: pointer; } a:visited { text-decoration: none; cursor: pointer; } /* * General layout */ .font { font-size: 13px; } .height { line-height: 15px; } .none { display: none; } .border { border: 1px solid black; } h3.bar { padding-left: 5px; padding-bottom: 2px; font-size: 15px; background: #98c5e5; } img.border { border: 2px solid #e5e5e5; } ul.webgraph li { list-style: none; } td.leftcol { padding-left: 2px; } td.rightcol { padding-right: 2px; } tr.head { background: #abdcfc; } tr.t0 { background: #ffffff; } tr.t1 { background: #d9e2ea; } td.in { color: #00ff00; } td.out { color: #ff0000; } /* * Menu */ p.menurule { height: 3px; width: 100%; background-color: #999999; padding: 0; margin-top: 7px; margin-bottom: 7px; } /* * Footer */ div.footer { clear: both; border-top: 1px solid #707070; } div.footerleft { float: left; font-size: xx-small; } div.footerright { float: right; font-size: xx-small; } /* * Local variables: * mode: indented-text * mode: auto-fill * End: */