diff --git a/www/resources/default.css b/www/resources/default.css
index 47e36a11329d583d78c911a6458af506af92b23a..c760ab05d9b4257a33cf21d5542064b9e73a07de 100644
--- a/www/resources/default.css
+++ b/www/resources/default.css
@@ -82,6 +82,18 @@ dt {
 	padding-left: 10px;
 	padding-right: 10px;
 }
+#languagebar a:link {
+	text-decoration: none;
+	color: #777;
+	border-bottom: 1px dotted #ccc;
+	font-weight: normal;
+}
+#languagebar a:hover {
+	text-decoration: none;
+	color: #333;
+	border-bottom: 1px solid #333;
+	
+}
 
 #header {
 	background: #666 url("sprites.gif") repeat-x 0 100%;