<style type="text/css">
  h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #F00;
    font-size: x-large;
  }
  p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: small;
  }
  body {
    background-color: #555;
      text-align: center;
      margin: 0;
      padding: 0;
  }
  #bloctxt {
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: #F00;
    padding-left: 10px;
    position: absolute;
    left: 50%%;
    width: 600px;
    margin-left: -260px
  }
</style>