@font-face {
	font-family: fontSite;
	src: url('../fonts/Gravity-Book.otf');
}

body {
	background-color:#FFEBCD;
}

.top-bar, .top-bar ul {
	background-color: #582900 ; // #444444
}

.top-bar, .top-bar ul a {
	color: white ;
	font-weight: bold;
	text-transform: uppercase;
}

.callout.secondary {
	background-color: #582900 ; // #444444 
	color: white ;
}

.callout.secondary a {
	color: white ;
	font-weight: bold;
	text-transform: uppercase;
}

.note {
	color:red ;
	font-style: italic;
}