body {
		font-family: Arial;
}

#myHeading, #note {
		border-top: 4px solid #006;
		border-bottom: 4px solid #006;
		padding-bottom: 4px;
}

#myHeading {
		background: url(images/q_mark.jpg) no-repeat 560px center;
		font-size: 30px;
		height: 90px;
		color: #FC0;
}

#DL dt {
		margin-left: 25px;
		padding-bottom: 10px;
		font-weight: bold;
}

#DL dd {
		background: url(images/answer.png) no-repeat;
		padding-left: 60px;
		padding-bottom: 20px;
}
#DL dt a {
		background: 0 50% no-repeat;
		padding-left: 32px;
		color: #000;
		text-decoration: none
}

#DL dt a:hover, 
#DL dt a:active, 
#DL dt a:focus {
		font-weight: bold;
		color: #FC0;
}

#DL .DTplus a {
		background-image: url("images/toggleDLplus.gif")
}

#DL .DTminus a {
		background-image: url("images/toggleDLminus.gif")
}

#DL .showDD {
		position: static;
}

#DL dd, .hideDD {
		top: -9999px;
		position: absolute
}

#OpenAll, #CloseAll {
		cursor: pointer;
}