diff --git a/css/default_style.css b/css/default_style.css
index cf53788633ca5c84f52f8bc584c0fff659f69af6..e7906e203ecc8e4079168bab812a70e349ff8500 100755
--- a/css/default_style.css
+++ b/css/default_style.css
@@ -35,10 +35,10 @@ input{
 }
 
 a:link, a:visited {
-	color: rgb(250,250,250);
-	text-decoration: none;
+	color: black;
+	text-decoration: underline;
 }
 
 a:hover {
-	color: rgb(167,180,4);
+	opacity: 10%;
 }
\ No newline at end of file