Try Arial first for NS4/Win
[privoxy.git] / templates / cgi-style.css
index 7b87684..2d33e85 100644 (file)
@@ -1,13 +1,13 @@
 /*
  * CSS for Privoxy CGI and script output
  *
 /*
  * CSS for Privoxy CGI and script output
  *
- * $ Id: $
+ * $Id: $
  */
 
 /*
  * General rules: Font, Color, Headings, Margins, Links
  */
  */
 
 /*
  * General rules: Font, Color, Headings, Margins, Links
  */
-body,td,th { font-family: helvetica, helv, arial, sans-serif; }
+body,td,th { font-family: arial, helvetica, helv, sans-serif; }
 body { background-color: #ffffff; color: #000000; }
 
 h1 { font-size: 140%; margin: 0px; }
 body { background-color: #ffffff; color: #000000; }
 
 h1 { font-size: 140%; margin: 0px; }
@@ -18,7 +18,9 @@ p,pre  { margin-left: 15px; }
 li { margin: 2px 15px; }
 dl { margin: 2px 15px; }
 
 li { margin: 2px 15px; }
 dl { margin: 2px 15px; }
 
-:link { text-decoration: none; }
+a:link    { color: #0000dd; text-decoration: none; }
+a:visited { color: #330099; text-decoration: none; }
+a:active  { color: #3333ff; text-decoration: none; }
 
 /*
  * Boxen as Table elements:
 
 /*
  * Boxen as Table elements: