body {
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	table-layout: fixed;
	caption-side: inherit;
	visibility: visible;
	text-align: center;
	height: auto;
	width: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-attachment: fixed;
	background-image: none;
	background-position: center center;
}

a:link {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}
a:visited {text-decoration:none;}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}

