/*  This CSS file will be loaded last by the browser  */

.float-right {/* element float */
	font-size: 14px;
	float: right;
	width: 25%;
	margin: 5px;
	padding: 5px;
	border: 2px solid #EDEDED;
	font-family: Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: repeat;
	background-color: #F3F7E0;
  }

th {
  bgcolor: #b4ca8c;
}
