table {
          margin-top: 15px;
		  font-size: 90%;
		  width: 90%;
		  border: 1px solid #ffffff;
		  }

tr. td {
          color: #666666;
		  padding: 5px;
          white-space: nowrap;
}

td.color {
          background-color: #bad6e4;
		  border-right: solid 1px #999999;
		  border-bottom: solid 1px #999999;
		  }

th {
		 padding: 5px;
		 }

tr:hover {
		  color: #3333333;
		  }

th,tr,td {
          text-align: left;
		  }
