body{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}

div.Accordion {
	background-color:#006666;
	width:575px;
}

#Instructions{ /*The header/title bar of the collapsing menu section (the root)*/
	color:#FFFFFF;
	background-color:#660000;
	border-color:#660000;
	border-style:solid;
	border-width:2px;
	list-style-type:none;
	cursor:pointer;
}

#Instructions li ul{ /*The content of the menu (the part that expands and collapses)*/
    background-color:#555588;
	color:#eedead;
/*	width:565px;*/
	padding-left:10px;
}
