Fixed CSS styles of the CmpSystems module.
diff --git a/modules/Internals/Styles/CmpSystems.css b/modules/Internals/Styles/CmpSystems.css
index ed8b1cb..07342e8 100644
--- a/modules/Internals/Styles/CmpSystems.css
+++ b/modules/Internals/Styles/CmpSystems.css
@@ -1,6 +1,5 @@
 body {
     font-family:Arial, sans-serif;
-    font-size:14px;
     background-color:White;
     color:Black;
 }
@@ -11,13 +10,14 @@
     border:0;
 }
 h1 {
-    font-size:26px;
-    white-space:nowrap;
+    margin-bottom:0px;
+    padding-bottom:0px;
+    font-size:1.625em;
 }
 h2 {
     margin-bottom:0px;
     padding-bottom:0px;
-    font-size:20px;
+    font-size:1.25em;
     white-space:nowrap;
 }
 table.summary, table.wikitable {
@@ -34,13 +34,12 @@
     font-weight:100;
     text-align:left;
     padding: 3px;
-    font-size:15px;
+    font-size:0.94em;
 }
 table.summary td {
     text-align:right;
     padding-left:10px;
     padding: 3px 5px 3px 10px;
-    font-size:16px;
 }
 table.wikitable td, table.wikitable th {
     border:1px inset gray;
@@ -50,14 +49,10 @@
 }
 table.wikitable th {
     background-color:#EEEEEE;
-    font-size:15px;
-}
-table.wikitable td {
-    font-size:16px;
+    font-size:0.94em;
 }
 table.wikitable td.left {
     text-align:left;
-    font-size:16px;
     padding-left:5px;
     background-color:#F9F9F9;
 }
@@ -80,5 +75,5 @@
     width:55px;
 }
 sup {
-    font-size:10px;
-}
\ No newline at end of file
+    font-size:0.625em;
+}
diff --git a/modules/Internals/Styles/SymbolsList.css b/modules/Internals/Styles/SymbolsList.css
index 8e61a9a..d288aa7 100644
--- a/modules/Internals/Styles/SymbolsList.css
+++ b/modules/Internals/Styles/SymbolsList.css
@@ -1,6 +1,5 @@
 body {
     font-family:Arial, sans-serif;
-    font-size:14px;
     background-color:White;
     color:Black;
 }
@@ -11,18 +10,18 @@
     border:0;
 }
 h1 {
-    font-size:26px;
+    margin-bottom:0px;
+    padding-bottom:0px;
+    font-size:1.625em;
 }
 span.iname {
     font-weight:bold;
-    font-size:16px;
     color:#003E69;
     margin-left:5px;
 }
 span.section {
     font-weight:bold;
     cursor:pointer;
-    font-size:16px;
     color:#003E69;
     white-space:nowrap;
     margin-left:5px;
@@ -32,16 +31,16 @@
 }
 span.h_name {
     color:#cc3300;
-    font-size:14px;
+    font-size:0.875em;
     font-weight:bold;
 }
 span.ns {
     color:#408080;
-    font-size:15px;
+    font-size:0.94em;
 }
 span.lib_name {
     color:Green;
-    font-size:14px;
+    font-size:0.875em;
     font-weight:bold;
 }
 span.sym_p {
@@ -54,7 +53,7 @@
 }
 span.mangled {
     padding-left:15px;
-    font-size:13px;
+    font-size:0.875em;
     cursor:text;
     color:#444444;
 }
@@ -71,4 +70,4 @@
 }
 span.nowrap {
     white-space:nowrap;
-}
\ No newline at end of file
+}