updated javadoc
[jabaws.git] / statpages / screen.css
index 302a5d3..acf7562 100644 (file)
@@ -3,6 +3,19 @@
 @import url("alternative.css");
 
 
+#mainpage {
+       margin-left: auto;
+       margin-right: auto;
+}
+
+.center { 
+       margin: 0 auto;
+}
+
+h2 {
+       font-size: 1.5em; line-height: 1em; margin-bottom: -0.3em;
+       }
+       
 body,input,select,td,textarea {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
@@ -18,12 +31,12 @@ h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre,hr
 }
 
 a,a:visited,a:hover {
-       color: #666;
-       text-decoration: none;
+       color: black;
+       text-decoration: underline;
 }
 
 a:hover {
-       text-decoration: underline;
+       color: #666; 
 }
 
 img {