Sink.__init__(self)
 
-        text="<div class='infoProse'>This is the SFA Federation GUI. "
-        text+="It allows users to manage their SFA identities and slices, "
-        text+="add resources from various testbeds to their slices, "
+        text="<div class='infoProse'>This is the PlanetLab Federation GUI. "
+        text+="It allows users to "
+        text+="add resources from various testbeds to their slices "
         text+="and browse the SFA Registry.</p></div>"
         self.initWidget(HTML(text, True))
 
 
 
 def init():
-    return SinkInfo("Welcome", "Welcome to the SFA Federation GUI", Welcome)
+    return SinkInfo("Welcome", "Welcome to the PlanetLab Federation GUI", Welcome)
 
 }
 
 .gwt-DialogBox {
-  sborder: 8px solid #C3D9FF;
+  sborder: 8px solid darkgray;
   border: 2px outset;
   background-color: white;
 }
 
 .gwt-DialogBox .Caption {
-  background-color: #C3D9FF;
+  background-color: darkgray;
   padding: 3px;
   margin: 2px;
   font-weight: bold;
 
 .gwt-HorizontalSplitter .Bar {
   width: 8px;
-  background-color: #C3D9FF;
+  background-color: darkgray;
 }
 
 .gwt-VerticalSplitter .Bar {
   height: 8px;
-  background-color: #C3D9FF;
+  background-color: darkgray;
 }
 
 .gwt-HTML {
 }
 
 .gwt-MenuBar {
-  background-color: #C3D9FF;
-  border: 1px solid #87B3FF;
+  background-color: darkgray;
+  border: 1px solid gray;
   cursor: default;
 }
 
 }
 
 .gwt-TabPanelBottom {
-  border-left: 1px solid #87B3FF;
+  border-left: 1px solid gray;
 }
 
 .gwt-TabBar {
-  background-color: #C3D9FF;
+  background-color: darkgray;
 /*  font-size: smaller; */
 }
 
 .gwt-TabBar .gwt-TabBarFirst {
   height: 100%;
-  border-bottom: 1px solid #87B3FF;
+  border-bottom: 1px solid gray;
   padding-left: 3px;
 }
 
 .gwt-TabBar .gwt-TabBarRest {
-  border-bottom: 1px solid #87B3FF;
+  border-bottom: 1px solid gray;
   padding-right: 3px;
 }
 
 .gwt-TabBar .gwt-TabBarItem {
-  background-color: white;
-  border-top: 1px solid #87B3FF;
-  border-left: 1px solid #87B3FF;
-  border-right: 1px solid #87B3FF;
-  border-bottom: 1px solid #87B3FF;
+  background-color: silver;
+  border-top: 1px solid gray;
+  border-left: 1px solid gray;
+  border-right: 1px solid gray;
+  border-bottom: 1px solid gray;
   padding: 2px;
   padding-left: 8px;
   padding-right: 8px;
 .gwt-TabBar .gwt-TabBarItem-selected {
   background-color: #E8EEF7;
   font-weight: bold;
-  border-top: 1px solid #87B3FF;
-  border-left: 1px solid #87B3FF;
-  border-right: 1px solid #87B3FF;
+  border-top: 1px solid gray;
+  border-left: 1px solid gray;
+  border-right: 1px solid gray;
   border-bottom: 1px solid #E8EEF7;
   padding: 2px;
   padding-left: 8px;
 }
 
 .gwt-Tree .gwt-TreeItem-selected {
-  background-color: #C3D9FF;
+  background-color: darkgray;
 }
 
 .gwt-StackPanel {
 }
 
 .gwt-StackPanel .gwt-StackPanelItem {
-  background-color: #C3D9FF;
+  background-color: darkgray;
   cursor: pointer;
   cursor: hand;
 }
 
 /* -------------------------------------------------------------------------- */
 .ks-Sink {
-  border: 8px solid #C3D9FF;
+  border: 8px solid darkgray;
   background-color: #E8EEF7;
   width: 100%;
   height: 24em;
-}
+} 
 
 .ks-Info {
-  background-color: #C3D9FF;
+  background-color: darkgray;
   padding: 10px 10px 2px 10px;
   font-weight: bold
 }
 
 .ks-List .ks-SinkItem {
   background-color: white;
-  border-top: 1px solid #C3D9FF;
-  border-left: 1px solid #C3D9FF;
-  border-right: 1px solid #C3D9FF;
-  border-bottom: 1px solid #C3D9FF;
+  border-top: 1px solid darkgray;
+  border-left: 1px solid darkgray;
+  border-right: 1px solid darkgray;
+  border-bottom: 1px solid darkgray;
   width: 100%;
   padding: 0.3em;
   padding-right: 32px;
 }
 
 .ks-List .ks-SinkItem-selected {
-  background-color: #C3D9FF;
+  background-color: darkgray;
   font-weight: bold;
 }
 
 }
 
 .ks-layouts-Label {
-  background-color: #C3D9FF;
+  background-color: darkgray;
   font-weight: bold;
   margin-top: 1em;
   padding: 2px 0px 2px 0px;
 
 .ks-layouts-Scroller {
   height: 128px;
-  border: 2px solid #C3D9FF;
+  border: 2px solid darkgray;
   padding: 8px;
   margin: 8px;
 }
 
 .ks-popups-Popup {
   background-color: white;
-  border: 1px solid #87B3FF;
+  border: 1px solid gray;
   padding: 4px;
 }