.page-left-sidebar .content-area-container { padding-top: 10px; }
.page-left-sidebar .widget-area-container { padding-top: 30px; }

a {
   color: #0023BD;
   text-decoration: none; // changed from text-decoration:underline
}

a:hover {
   text-decoration: underline; // changed from text:decoration:none
}

body {
   font-size: 20px !important;
}