diff --git a/css/default_style.css b/css/default_style.css
index cf87617f912bb24e25a6f874aeb37ab44e45e115..9af0c20d29d2168a55c955bd043bd6443eceae96 100755
--- a/css/default_style.css
+++ b/css/default_style.css
@@ -44,9 +44,12 @@ input{
     border: 1px solid black;
 }
 
+a {
+    color: black;
+}
+
 a:link, a:visited {
-	color: black;
-	text-decoration: underline;
+	text-decoration: none;
 }
 
 a:hover {
@@ -61,6 +64,11 @@ a:hover {
     font-family: calibri;
 }
 
+.menu_active {
+    background-color: #465d43;
+    color: white;
+}
+
 .menu > h3 {
     margin-top: 5%;
     margin-bottom: 5%