body {
     font-family: Arial, Helvetica, sans-serif;
     }

div.grouplinks {
   font-size: x-small;
   font-weight: bold;
   color: white;
   right: 0;
   position: relative;
   margin-left: 590px;
   height: 100%;
   text-align: right;
   z-index: 2;
}

div.groupname {
   font-size: x-small;
   font-weight: bold;
   color: white;
   right: 0;
   position: relative;
   margin-left: 200px;
   height: 100%;
   text-align: right;
   z-index: 2;
}

img.header {
   position: absolute;
   background: white;
   top: 5px;
   left: 5px;
   z-index: 1;
   border: none;
}

a.header { text-decoration: none; color: white; }
a.header:visited { text-decoration: none; color: white; }
a.header:hover { text-decoration: underline overline; color: white; }

