body
{
	margin:0px;
	padding:0px;
	background-color: white;
	font-family: "Verdana", "Arial" "Helvetica", "Tahoma", "sans-serif";
}

#Header {
	font: normal 900 250% "Tahoma", "Arial", "Helvetica", "sans-serif";
	margin:0px 10px 0px 150px;
	padding:25px 0px 17px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style: none ; /* none solid none; */
	border-width: thin
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
    color: blue;
	}

#Content {
	font: normal 500 100% "Tahoma", "Arial", "Helvetica", "sans-serif";
	margin:0px 50px 50px 200px;
	padding:10px;
	}
