* html body { /* for IE6 */
  font-size: small;
  line-height: 1.4;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
  line-height: 1.2;
}


a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 0; 
	background: #fff;
	margin: 0;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #fff;
}		


.hidden {
	display : none;
}

