digraphs: page footer
[sheet.git] / digraphs.css
index 7feb88d77e64a5e687d95b6c57a780d25d0bf3a1..4b9588d8cf33c49ea2e3750ca643071a2b943b82 100644 (file)
@@ -1,8 +1,29 @@
+body {
+       background: #FFF;
+       color: #000;
+}
+
+a, a:visited {
+       color: #000;
+       text-decoration: underline;
+}
+a:active, a:hover {
+       color: #00F;
+       text-decoration: none;
+}
+
 h1 {
        text-align: center;
-       margin: 0 auto 0.2em;
+       font-size: 200%;
+       margin: 0 0 0.2em;
+}
+p.footer {
+       margin: 1em 0 0;
+       text-align: center;
 }
 
+/* digraph table */
+
 table {
        border-collapse: collapse;
        table-layout: fixed; /* prevent resizing, notably in msie6 */