
  div.scroll {
    float:left;  /* do NOT change this value */
    width:584px;  /* width of scroll, can be percentage or a length */
    text-align:center;  /* alignment of text */

    color:yellow; /* change to color of text */
    border-style:solid; /* style of border */
    border-width:2px;   /* width of border */ 
    border-color:black;  /* color of border */
    padding:6px; /* padding between border */
    background-color:red;    /* bg color */

    font-weight:bold;  /* bold or normal   */
    font-style:normal; /* normal or italic */
    font-family:Verdana;  /* actual font  */
  }

