body {
font-family: Tahoma, Sans, sans-serif;
}
-h1, h2, h3, h4, h5, h6 {
- font-family: "Trebuchet MS", Trebuchet, Sans, sans-serif;
- font-weight: bold;
-}
pre, code, samp, kbd, tt {
font-family: "Bitstream Vera Sans Mono", "Luxi Mono", "Courier New", monospace;
font-size: 100%;
color: #13a;
}
-/* Dashed line under the header. */
+/* Dividing line under the header. */
h1 {
- border-bottom: 1px dashed black;
+ border-bottom: 1px solid black;
margin-top: 0;
overflow: auto;
}