@charset "utf-8";
/* CSS Document */

<style>
p {width: 90%}
thead {background-color: #CCCC66;}
tbody {background-color: #CCFF99;}
body
{
  	font-family: times-new-roman, book-antiqua, sans-serif;
  	font-size: 12pt;
  	color:black;
  	background-color: #B0D0D0; 
	margin: 10px;
  }
</style>