body
{
	background-color: lightgrey;
	padding: 0px;
}

div.container
{
	background-color: white;
	padding-top: 10px;
}

.nav-pills>li.active>a
{
	background-color: grey;
}

.nav-pills>li.active>a:hover
{
	background-color: darkgrey;
}

.nav-pills>li>a
{
	color: grey;
}

.nav
{
	padding-top: 10px;
}

.center
{
	text-align: center;
}

.pic
{
	background-image: url('dm2.jpg');
	height: 400px;
}

p.lead
{

	margin-top: 250px;
	font-weight: bold;
	color: lightgrey;

}