Index: /web/trunk/trac/htdocs/style.css
===================================================================
--- /web/trunk/trac/htdocs/style.css	(revision 22)
+++ /web/trunk/trac/htdocs/style.css	(revision 23)
@@ -0,0 +1,13 @@
+body {
+    background-color: #ffffff;
+    margin: 10px 10px 0px 10px;
+    font-family: tahoma, sans-serif;
+    font-size: small;
+    color: #3C5E92;
+}
+
+a {
+    color: #3C5E92;
+    text-decoration: none;
+}
+
