 
.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;
}