diff --git a/Scripts/CentOS-Web/Stylesheet/links.css b/Scripts/CentOS-Web/Stylesheet/links.css
index 6e14945..7f4d416 100755
--- a/Scripts/CentOS-Web/Stylesheet/links.css
+++ b/Scripts/CentOS-Web/Stylesheet/links.css
@@ -1,4 +1,4 @@
-/* 
+/*
  * Webenv -> Links
  *
  * Copyright (C) 2009, 2010, 2011 The CentOS Artwork SIG
@@ -22,96 +22,51 @@
  * ----------------------------------------------------------------------
  */
 
-/* Broken or nonexistent links 
+/* Broken or nonexistent links.
 --------------------------------------------------------------------*/
 
-div#page-body a.nonexistent, 
+div#page-body a.nonexistent,
 div#page-body a.nonexistent:hover { color: gray; }
 
 /* Special decoration for some links' classes
 --------------------------------------------------------------------*/
 
-div#page-body a.www:before { 
-    white-space:nowrap; 
-    content: url(https://projects.centos.org/centos-web-pub/Images/a-www.png); 
-    margin: 0 0.2em; 
+div#page-body a.www:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
+    margin: 0 0.2em;
     }
 
-div#page-body a.http:before { 
-    white-space:nowrap; 
-    content: url(https://projects.centos.org/centos-web-pub/Images/a-www.png); 
-    margin: 0 0.2em; 
+div#page-body a.http:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
+    margin: 0 0.2em;
     }
 
-div#page-body a.https:before { 
-    white-space:nowrap; 
-    content: url(https://projects.centos.org/centos-web-pub/Images/a-www.png); 
-    margin: 0 0.2em; 
+div#page-body a.https:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-www.png);
+    margin: 0 0.2em;
     }
 
-div#page-body a.mailto:before { 
-    white-space:nowrap; 
-    content: url(https://projects.centos.org/centos-web-pub/Images/a-mail.png); 
-    margin: 0 0.2em; 
+div#page-body a.mailto:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-mail.png);
+    margin: 0 0.2em;
     }
 
-div#page-body a.attachment:before { 
-    white-space:nowrap; 
-    content: url(https://projects.centos.org/centos-web-pub/Images/a-attach.png); 
-    margin: 0 0.2em; 
+div#page-body a.attachment:before {
+    white-space:nowrap;
+    content: url(/home/centos/artwork/trunk/Identity/Images/Webenv/a-attach.png);
+    margin: 0 0.2em;
     }
 
-/* */
-
-div#page-header div.links {
-    margin-right: 10px;
-    margin-top: 10px;
-    }
+/*
+--------------------------------------------------------------------*/
 
-div#page-header div.links div.user,
-div#page-header div.links div.trail {
-	display: block;
-	text-align: right;
+div#page-header .user-last-visit a,
+div#page-header .userlinks a,
+div#page-header .usertrail a,
+div#page-header #last-releases a {
 	color: #fff;
-	}
-
-div#page-body div#content div.trail a {
-    font-size: small;
     }
-
-div#page-header div.links div.user a,
-div#page-header div.links div.trail a {
-	color: #FFF;
-	}
-
-div#page-header div.links div.user span {
-	border-right: 1px dotted #FFF;
-    padding-right: 10px;
-    padding-left: 10px;
-	}
-
-div#page-header div.links div.user span,
-div#page-header div.links div.trail span {
-	display: inline;
-	}
-
-div#page-header div.links div.user span.last,
-div#page-header div.links div.trail span.last {
-	border-right: none;
-	padding-right: 0;
-	}
-
-div#page-header div.links div.user span.last a,
-div#page-header div.links div.trail span.last a {
-    margin-right: 0;
-	}
-
-div#page-header div.links div.trail span:after,
-div#page-body div#content div.trail span:after {
-	content: "ยป";
-	}
-
-div#page-header div.links div.trail span.last:after,
-div#page-body div#content div.trail span.last:after {
-	content: none;
-	}