<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
.ActionBar {
 background-color: white;
 margin: 5px;
 background: transparent; 
} 


a:link{
	text-decoration : none;
}

a:visited{
	text-decoration : none;
}

a:hover{
	color : #00366c;
	
	text-decoration : none;
}

a:active{
	color : #00366c;
	text-decoration : none;
}</pre></body></html>