body {
  background: #2B2B3C url(item_gradient.gif) repeat-x top;
  color: white;
  font: 76%/1.4 "Trebuchet MS", serif;
}
blink { 
  text-decoration: none; 
  display: block; 
}
#a0, #b0, #c0 {
  max-width: 1000px;
  min-width: 500px;
  margin: 0 auto;
}
#a0 {
  font-size: 2.5em;
  margin-bottom: 1px;
  text-align: center;
}
#b0 {
  background: white;
  border: 2px solid black;
  border-radius: 7px;
  -moz-border-radius: 7px;
  color: black;
  overflow: auto;
}
  #b1, #b2, #b3 {
    float: left;
    padding: 15px 2%;
    width: 16%;
  }
    #b1 #b11 {
      font-size: 1.5em;
    }
  #b2 {
    border: 1px solid;
    border-width: 0 1px;
    margin: 0 -1px;
    min-height: 300px;
    padding: 10px 2%;
    width: 56%;
  }
    #b1 #b12 blink {
      color: #000066;
      text-decoration: underline;
    }
    #b2 #b21 {
      font-size: 2em;
      margin-bottom: 0;
    }
    #b2 #b21 blink {
      margin-bottom: 1em;
    }
    #b2 blink {
      margin-bottom: 1em;
    }
    #b2 #b22 {
      text-align: right;
    }
    #b3 #b31 {
      font-size: 1.5em;
    } 
      #b3 blink {
        
      }
        #b3 blink blink {
          color: #000066;
          display: inline;
          text-decoration: underline;
        }
#c0 {
  clear: both;
  text-align: center;
}
  #c0 #c1 {
    color: white;
    text-decoration: none;
  }