    DIV.example1{
      position:         absolute;
      top:              10px;
      left:             10px;
      width:            400px;
      height:           80px;
      z-index:          1;
      text-align:       center;
      font:             900 24pt monospace;
      color:            blue;
      background-color: #ccccff;
      border:           5pt ridge #0000ff;
      margin:           0.2em;
      padding:          0em;
    }
    DIV.example2{
      position:         absolute;
      top:              70px;
      left:             290px;
      width:            250px;
      height:           70px;
      z-index:          2;
      text-align:       center;
      font:             900 24pt monospace;
      color:            red;
      background-color: #ffcccc;
      border:           5pt ridge #ff0000;
      margin:           0.2em;
      padding:          0em;
    }
    DIV.example3{
      position:         absolute;
      top:              50px;
      left:             50px;
      width:            250px;
      height:           50px;
      z-index:          3;
      text-align:       center;
      font:             900 24pt monospace;
      color:            green;
      background-color: #ccffcc;
      border:           5pt ridge #00ff00;
      margin:           0.2em;
      padding:          0em;
    }
    DIV.example4{
      position:         absolute;
      top:              120px;
      left:             100px;
      width:            300px;
      height:           50px;
      z-index:          4;
      text-align:       center;
      font:             900 24pt monospace;
      color:            black;
      background-color: #cccccc;
      border:           5pt ridge #000000;
      margin:           0.2em;
      padding:          0em;
    }
