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 h1, h2, h3, h4, h5, h6 {
15 font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
18 pre, code, samp, kbd, tt {
19 font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
24 h1, h2, h3, h4, h5, h6 {
28 /* Dashed line under the header. */
30 border-bottom: 1px dashed black;
37 border: 1px solid #ddd;
41 text-decoration: none;
43 a:link:hover, a:visited:hover {
44 text-decoration: underline;
47 /* Highlight error messages in bright red. */
53 border: 1px solid red;
61 font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
68 /* Logged-in welcome message. */