#gonavbar {
	background: #025193;
}
#gonavbar .goappname {
	color: white;
}	
#gonavbar .gonavbutton {
	color: white;
	background: inherit;
}
.gobutton1 {
	background: #4285f4;
	color: white;	
}
.gobutton1:hover {
	background: #4285f4;
	color: white;
	opacity: 0.6;
}
.gobutton2 {
	background: #00695c;
	color: white;
}
.gobutton2:hover {
	background: 00695c;
	color: white;
	opacity: 0.6;
}
.goheader {
	background: #77b131;
	color: white;
}
.goareaheading {
    background-color: #ccc;
    color:black;
}
.goareaheading:hover {
	opacity: 0.8;
} 
.gobackground {
	background: #f9f9f9;
}
