body {
	font-family: "myriad-pro", sans-serif;
	text-align: center;
	font-size: 14px;
	color: #000;
}
.row {
	max-width: 1400px;
	margin: 20px auto;
}
#navbarSupportedContent a {
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
#navbarSupportedContent a:hover, #navbarSupportedContent a.active {
	color: #000;
}
header .row {
	background-color: #ff0000;
}
.row.banner {
	background-color: #ff0000;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.row.banner.bannertext {
	font-size: 16px;
}