a:link { text-decoration:none;} 
a:visited { text-decoration:none;} 
A:hover { text-decoration: underline }
div.middle {
      width: 272px;
      background-image: url('middle.gif');
      background-repeat: repeat-y
    }
    div.top {
      background-image: url('top1.gif');
      background-position:  left top;
      background-repeat: no-repeat
    }
    div.bottom {
      background-image: url('bottom.gif');
      background-position:  left bottom;
      background-repeat: no-repeat;
      padding-left:10px; padding-right:0px; padding-top:3px; padding-bottom:10px;
     
    }
h1{margin: 0;padding: 8px 0px 0px 0px;font-size: 12px;font-family: Verdana, Arial, Helvetica, sans-serif;color:#000;text-align:center}