Here is an example of a 'Sign guestbook' link:
    
  
    The 'Sign guestbook' link is enclosed in a <p class='gbSign'>, whereas the link itself gets it's
    formatting from the <a class='guestbook'> style. Take care not to give the <a> tag a style that
    doesn't fit all uses - in particular, backgrounds and text colours.
  
This example was created using the following stylesheet:
    p.gbSign {
      border     : thin red solid;
      background : silver;
      text-align : center;
      padding    : 4px;
    }
    a.guestbook {
      color           : blue;
      text-decoration : underline;
    }