DIV.float_left {
      float: left;
      border: 2px solid black;
      background: #d0e0ff;
      margin-right: 1em;
      padding: 0;
}

      DIV.float_left P {
      text-align: center;
      }

      DIV.float_left IMG {
      border-top: 2px solid black;
      border-bottom: 2px solid black;
      }

      BODY {
      font-family: sans-serif;
      }

      H1 {
      text-align: center;
      }

      DIV.main {
      margin-left: 170px;
      }

DIV.quote {
margin-left: 15%;
margin-right: 15%;
text-align: center;
font-style: italic;
}

DIV.cite {
margin-right: 15%;
text-align: right;
}

DIV.bugs { 
background: #ffffcc;
border: solid 1px black;
padding: 1em;
}

TABLE.plugs TR TD {
border: 1px solid black;
background: #ffffcc;
padding: .5em;
}