body {
	background-color: #333333;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 250px;
	}
.bold {
	font-weight: bold;
	}
.brand {
	color: #000000;
	}
.center {
	text-align: center;
	}
img {
	width: 100%;
	}
.panel {
	box-shadow: 3px 5px 5px 3px #888888;
	}
.panel:hover {
	box-shadow: 3px 5px 5px 3px #FFFF00;
	}
.panel-black .panel-heading {
	background-color: #000000;
	}
.panel-heading h3 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	}
.well-grey {
	background-color: grey;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 5px;
	}
