/* * General settings */ body { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; line-height: 20px; 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; } .none { display: none; } h3.bar { padding-left: 5px; font-size: 16px; background: #e5e5e5; } /* * 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: */