2 Good style ideas stolen from Debathena.
3 Hey, we use some different fonts.
4 And the colors are unmistakably different.
7 /* Basic fonts and sizes. */
12 font-family: Tahoma, Sans, sans-serif;
14 pre, code, samp, kbd, tt {
15 font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
20 h1, h2, h3, h4, h5, h6 {
24 /* Dividing line under the header. */
26 border-bottom: 1px solid black;
33 border: 1px solid #ddd;
37 text-decoration: none;
39 a:link:hover, a:visited:hover {
40 text-decoration: underline;
43 /* Keep help-popup links unbolded in e.g. table headings. */
48 /* Highlight error messages in bright red. */
54 border: 1px solid red;
62 font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
69 /* Logged-in welcome message. */