body {	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */	text-align:center; /* Hack for IE5/Win */	}a:link {color: #006; }	a:link:hover {color: #006; background: #ffc; }	a:visited {color: #006; }a:visited:hover {color: #006; background: #ffc; }		#topimage {	width:580px;	margin:0px auto; /* Right and left margin widths set to "auto" */	text-align:right; /* Counteract to IE5/Win Hack */	padding:0px;	}		#topimage img {	border: 0px solid black;	margin-bottom: -3px;	margin-right: 0;	}#Content {	width:500px;	margin:0px auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding:20px 40px 10px 40px;	border-top:1px solid #333;	border-bottom:1px solid #333;	background-color:#eee;	font-family: Georgia, Times New Roman, Times, serif;	font-size: 12px;	/*/*/font-size: 85%; /* */	}	#copyright {	width:580px;	margin:0px auto; /* Right and left margin widths set to "auto" */	text-align:left; /* Counteract to IE5/Win Hack */	padding-top: 2px;	font: 9px Verdana, Times New Roman, Times, serif;	color: #333;	}ul {	padding-left: 0px; 	list-style-type: circle; 		}	h1 {	margin: 0px;	padding: 0px;	text-align: left;	line-height: normal;	font-size: 32px Georgia, Times New Roman, Times, serif;	font-weight: normal;}		.big {	font-size: 32px Georgia, Times New Roman, Times, serif;	}	
