body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A6262E;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #DCD2AD;
	scrollbar-base-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #9966CC;
	text-decoration: underline;
	border: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container a {
color: #000;
text-decoration: none;
}

#container a .box {
display: none;
}

#container a:hover .box {
	display: block;
	width: 200px;
	border: 1px #000;
	position: absolute;
	background-color:#ffffff;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left:50px;
	text-decoration:none;
	color: #FF6666;
}

#container a:hover { 
background: #ffffff; 
} 
