.trigger{
	cursor:pointer;
}		
.trigger:hover{
	cursor:pointer;
	color: #990000;
}		
.expanded{
	cursor:pointer;
}
.expanded:hover{
	color: #990000;
	cursor:pointer;
}
.show{
	position:static;
	display: table;
}
.hide{
	position:absolute;
	left:-999em;
	height:1px;
	width:100px;
	overflow:hidden;
}

h1 img {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: -moz-use-text-color;
	border-right-color: -moz-use-text-color;
	border-bottom-color: -moz-use-text-color;
	border-left-color: -moz-use-text-color;
	padding-right: 0.5em;
}