body {  background-color: mistyrose;  background-image: url(gfx.png);  font-size: 10pt;  line-height: 1.5em;}a {  color: blue;  text-decoration: none  }a:hover {        color: red;	text-decoration: underline	}h2 {    font-size: 12pt;    color:fuchsia    }#site-box {  width : 930px;}#main-box {          float: left;	  background-color: floralwhite;	  padding: 3pt;	  vertical-align: top;	  text-align: center}table {       width: 930px;       margin-left: auto;       margin-right: auto;       }th,td {      border-style: none;      width: 180px;      height: 150px;      text-align: center;      vertical-align: top;      padding: 6pt       }[EOF]