#gonavbar {
	background: #454545;
}
#gonavbar .goappname {
	color: white;
}	
#gonavbar .gonavbutton {
	color: white;
	background: inherit;
}
.gobutton1 {
	background: #b50318;
	color: white;	
}
.gobutton1:hover {
	background: #e53046;
	color: white;
	opacity: 0.6;
}
.gobutton2 {
	background: #00695c;
	color: white;
}
.gobutton2:hover {
	background: 00695c;
	color: white;
	opacity: 0.6;
}
.goheader {
	background: #6c7575;
	color: white;
}
.goareaheading {
    background-color: #ccc;
    color:black;
}
.goareaheading:hover {
	opacity: 0.8;
} 
.gobackground {
	background: white;
}
