BODY {background: url(images/weave.jpg)}

p.boxtitle {
   font-size: 12px;
   font-weight: bold;
   /*color: green*/
   color: #009966
}

.tblboda {
    border-width: 2px;
    border-style: solid;
    border-color: #FFFFFF;
    }

/*table border color, thickness and style can be altered*/

.box {/*this is a box */
  background: #ffffff;
  color : green;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 22px;
  color: green;
  padding : 2px;
  margin: 2px;
  color : green;
  border-style : groove;
  border-width : 2px; /* the border property in longhand */
  }

