[accesskey]:before 
{
	font-size: 1em;
	font-style: inherit;
	font-weight: inherit;

	color: #2A2201;
	background: #F4EEE1;
	border: outset 0.05em;
	padding: 0.05em 0.2em;
	margin: 0.05em;
}
	
[accesskey]:before 
{
	content: attr(accesskey) ":";
}
	
[accesskey].accesskey-removed:before, 
[accesskey] [accesskey]:before
{
	content: "";
}
  
[accesskey] .operation, 
[accesskey] kbd
{
	font-weight: inherit !important;
	text-decoration: none !important;
}
 
[accesskey]:before 
{
	margin-right: 0.2em;
	padding-right: 0;
	color: #01222A !important;
	background: #E1EEF4 !important;
}
	
a:active [accesskey]:before 
{
	border-style: inset;
}
   
