body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, sans-serif; 
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-stretch:normal;
	text-decoration: none;
	text-align:center;
	}
	
#Container {
	margin: 150px auto;
	text-align:left;
	padding: 0px;
	width: 800px;
	height: 550px;
	background-color: #ffffff;
  border: 0px solid black;
	}
	
p {text-align:right}

a { color: #336600; font-family: Arial; text-decoration: none }
a:link { color: #336600; font-style: normal; font-family: Arial; text-decoration: none }
a:visited  { color: #336600; font-family: Arial; text-decoration: none }
a:hover { color: black; font-style: normal; font-family: Arial; text-decoration: none }
a:active { color: #336600; font-family: Arial; text-decoration: none }


img {border: 0px}