img, fieldset {	border: 0;}img {	max-width: 100%;	height: auto;	width: auto\9; /* ie8 */}header, menu, nav {     display: block;}#container {	max-width: 850px;	margin: 0 auto;}html {		-webkit-text-size-adjust: none;}table.menu	{	position: absolute;	border: 1px solid black;	cursor: pointer;	cursor: hand;	visibility: hidden;}#mainmenu	{	position: static;}table.menu td	{	color: #800040;            /* Must be the same as tdColor in the 1dynamicScript.js */	background-color: #C0C0C0; /* Must be the same as tdBgColor in the 1dynamicScript.js */	border: 0px;	padding: 0px 8px 2px;	font-family: Arial;	font-size: 100%;	font-weight:bolder;	white-space: nowrap;}/************************************************************************************smaller than 980*************************************************************************************/@media screen and (max-width: 980px) {	/* pagewrap */	#container {		width: 95%;	}	/* content */	#content {		width: 90%;	}}/************************************************************************************smaller than 650*************************************************************************************/@media screen and (max-width: 650px) {	/* pagewrap */	#container {		width: 98%;	}	/* content */	#content {		width: 88%;	}}