
   body {	
	font-family:"Verdana", Verdana, sans-serif;
	font-size: 9pt;
	margin:50px 0px; padding:0px;
	background-color:#f90;
	}
	
#footnote
	{
	 font-size:7pt;
	}
#content
	{
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;	
	text-color: #000;
	background-color: #fff;

	<!-- doing the rounded box css3 -->	
	color: #fff;
	line-height: 20px;
	border:1px solid #fff;
	background-colour: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

