- Put text size up to 100%, which gets things looking identical to pre-DTD-fix
  (and monospace is readable).
- Higher contrast for non-selected tabs


git-svn-id: https://svn.apache.org/repos/asf/xml/forrest/branches/FORREST_03_BRANCH@8123 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/resources/skins/forrest-site/css/page.css b/src/resources/skins/forrest-site/css/page.css
index fb72302..cbdd881 100644
--- a/src/resources/skins/forrest-site/css/page.css
+++ b/src/resources/skins/forrest-site/css/page.css
@@ -1,4 +1,4 @@
-body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;  font-size : 90%;  }
+body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;  font-size : 100%;  }
 
 a:link { color: #0F3660; }
 a:visited { color: #009999; }
@@ -8,15 +8,19 @@
 .menu { background-color: #4C6C8F; margin: 0px; padding: 3px 8px 5px 3px;  font-size : 90%;  }
 .menu a:link { color: #FFFFFF;  text-decoration : none;  }
 .menu a:visited { color: #FFFFFF; text-decoration : none; }
-/*.menu a:active { font-weight: bold }*/
 .menu a:hover { color: #FFCC00; text-decoration : none; }
 .menu ul { margin: 0px 0px 0px 20px; padding: 0px; }
 .menu li  { list-style-image: url('images/label.gif'); font-weight : bold; }
 .menu ul ul li .sel { list-style-image: url('images/current.gif'); font-weight : normal; }
 .menu ul ul li  { list-style-image: url('images/page.gif'); font-weight : normal; }
 
+.tab { font-size : 85%; border: 0 }
+.tab a:link {   text-decoration : none;  }
+.tab a:visited { text-decoration : none; color: #2A4A6D }
+.tab a:hover { color: #000066; }
+
 table .title { background-color: #FFFFFF; width:100%; border: 0px; }
-.dida { font-size: 60%; }
+.dida { font-size: 80%; }
 
 .pre { white-space: pre;}
 
@@ -53,4 +57,5 @@
 @media print {
    .menu {
      display: none;
-   }
\ No newline at end of file
+   }
+}