body {
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a:link { text-decoration: underline; color: #666666; }
a:visited { text-decoration: underline; color: #666666; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: underline; color: #666666; }

/* ANIMATION FLASH */
#flashmenupos {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -275px;
	width: 586px;
	height: 388px;
	text-align: center;
}

#flashmenu { position: relative; }