body {
     margin: 0;
-    font: 10pt Helvetica, Verdana, sans-serif;
+    font: 12px Helvetica, Verdana, sans-serif;
     overflow: hidden;
     background: #AAA;
 }
     background-color: white;
 }
 
+/*
 ul {
     margin: 20px;
     padding: 0;
     margin: 0;
     padding: 0;
     list-style: none;
-}
+} */
 
 a {
     text-decoration: none;
     top: auto;
     bottom: auto;
     height: 40px;
-}
\ No newline at end of file
+}
+
+.buttontoolbarview {
+    display: block;
+    background-color: #CCC;
+}
+
+.buttontoolbarview a {
+    color: #000;
+    text-decoration: none;
+}