diff --git a/installer/resources/themes/console/classic/console_big.css b/installer/resources/themes/console/classic/console_big.css
index a5b221a9dedb974da2ce48e499c9b899755714fe..0bb0fc0f892d67e5deefcad6a96b747efa34e9e3 100644
--- a/installer/resources/themes/console/classic/console_big.css
+++ b/installer/resources/themes/console/classic/console_big.css
@@ -26,6 +26,11 @@ div.routersummary table a:link, div.routersummary table a:visited {
      font-size: 10.5pt;
 }
 
+div.routersummary a {
+     word-spacing: 0em !important;
+     letter-spacing: 0.2em !important;
+}
+
 div.tunnels a {
      font-size: 9pt !important;
 }
@@ -51,6 +56,14 @@ a, b, div.routersummary h3 a, div.routersummary h4 {
     font-size: 100%;
 }
 
+b, a, input, button, submit, i, th, thead, tfoot, h1, h2, h3, h4{
+     font-weight: normal !important;
+     font-style: normal !important;
+     -moz-text-shadow: 0 0 0;
+     -khtml-text-shadow: 0 0 0;
+     text-shadow: 0 0 0;
+}
+
 body {
      font: 10pt Verdana, "Bitstream Vera Sans", Helvetica, Sans, sans-serif;
 }