From 3b9377ae18f5b19db483350fd11f064819d5d036 Mon Sep 17 00:00:00 2001
From: dl267 <devnull@localhost>
Date: Sun, 18 Apr 2004 17:22:53 +0200
Subject: [PATCH] [svn r5733] Added a version of the stylesheet that can be got
 at with a <link rel> rather than messing around with SSI's.

---
 css/main2.css | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 css/main2.css

diff --git a/css/main2.css b/css/main2.css
new file mode 100644
index 000000000..55c53b36f
--- /dev/null
+++ b/css/main2.css
@@ -0,0 +1,17 @@
+<!--
+body, td, center, ul, ml, p, input { font-family: sans-serif }
+td.navbar                { line-height: 140% }
+td.titlebar              { background: #eeeeff }
+td.frontpage             { padding-left: 2% }
+h1                       { font-size: 24pt; line-height: 100% }
+h2                       { color: #009900 }
+h4			 { color: #0d664c }
+h3			 { color: #2c105e }
+A:link, A:visited        { text-decoration: none }
+p.caption		 { font-size: 8pt }
+img.onright		 { vertical-align: top; float: right; padding-left: 10pt;
+			   padding-bottom: 10pt; padding-right: 8pt }
+table.imgtable		 { width: 100% }
+td.imgtable		 { vertical-align: top }
+-->
+