@charset "utf-8";
.header {
	font-family: "Copperplate Gothic Light";
	font-size: xx-large;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF9900;
	background-color: #000099;
}
.Navbar {
	font-family: "Copperplate Gothic Light";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000099;
	background-color: #FF9900;
}
