
A:link { text-decoration: none; color: rgb(50, 50, 50); line-height: 12px; font-size: 10px; font-family: Verdana; position: normal; }
A:hover { text-decoration: none; color: rgb(50, 50, 50); background-color: rgb(50, 50, 50); line-height: 12px; font-size: 10px; font-family: Verdana; position: normal; }
A:active { text-decoration: none; color: rgb(50, 50, 50); line-height: 12px; font-size: 10px; font-family: Verdana; position: normal; }
A:visited { text-decoration: none; color: rgb(200, 200, 200); line-height: 12px; font-size: 10px; font-family: Verdana; position: normal; } 

A:hover.white { text-decoration: none; color: rgb(50, 50, 50); background-color: rgb(50, 50, 50); line-height: 12px; font-size: 10px; font-family: Verdana; position: normal; }



P.instructions
{
	font-family: Verdana;
	font-size: 10px;	
	line-height: 12px;

	position: absolute;	

}

body
{
	background-color: rgb(255, 255, 255);	

}



#vonChomp
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
	height: 1022px;

	background-color: transparent;
	
}	




img.vonChomp
{
	position: absolute;

	width: 800px;
	height: 1022px;
	padding: 0;
	margin: 0;
}





ul#itemlist 
{ 
	position: absolute;
	top: 5px;
	left: 26px;
	padding: 0;	
	margin: 0;
	list-style-type: none; 
}

ul#itemList li 
{
	display: inline;
}

ul#itemList li a
{
	position: normal;
	float: left;
}

ul#itemList li a:hover
{
	background-color: rgb(50, 50, 50);
}

