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: floralwhite;	   text-align: center;	   padding: 3pt;	   vertical-align: top;	   font-size: 9pt;	   line-height: 1.5em	   }table {       width: 644px;       margin-left: auto;       margin-right: auto       }th,td {      width: 20%;      border: 1px solid #b9b9b9;      padding-top:6px;      text-align: center;      vertical-align: top       }[EOF]