body {  background-color: mistyrose;}a {  color: mediumvioletred;  text-decoration: none  }a:hover {        color: red;	text-decoration: underline	}h2 {    font-size: 11pt;    color:fuchsia    }    em {    color:maroon    }#site-box {  width : 900px;}#top-box {	   background-color: mistyrose;	   clear: both;	   vertical-align: top	   }#left-box {	   float: left;	   width: 220px;	   background-color: floralwhite;	   padding: 3pt;	   vertical-align: top;	   font-size: 9pt;	   line-height: 1.5em	   }#right-box {	   float: right;	   width:650px;	   background-color: lightcyan;	   padding: 3pt;	   vertical-align: top;	   text-align:center;	   font-size: 10pt;	   line-height: 1.7em	   }table {       width: 644px;       margin-left: auto;       margin-right: auto       }th,td {      border-style: none;      vertical-align: bottom       }[EOF]