charset "utf-8";

#areas {
	color: #221F1F;
	display: inline;
}
#menu1 ul {
	list-style-image: none;
	list-style-type: none;
	font-family: "Comic Sans MS", "Courier New", Arial;
	font-size: 12px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
	width: 128px;
}
#menu1 li {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 128px;
}
