/* CSS Document */

h3.toggler {
	cursor: pointer;
}

h3.toggler:hover{
	text-decoration: underline;
}
