body {
	background-color: #3EA99F;
}

h1, h3 {
	text-align: center;
}

h1 {
	font-size: 500%;
	line-height: 20%;
	color: #A83E49;
}

h3 {
	line-height: 0%;
	font-size: 120%;
}

p	{
	text-align: center;
	font-size: 150%;
}

img	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 200px;
	width: 200px;

	
}


ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	background-color: black;
	border: solid 1px white;
	width: 199px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	list-style: none;
}

ul li a {
	color: white;
	text-decoration: none;
	display: block;
}

ul li a:hover {
	background-color: red;
}

ul li ul li {
	display: none;
}

ul li:hover ul li {
	display: block;
}


a {
	font-size: 100%;

}

.jumbotron {
	text-align: center;
	background: #C564C1;
	/*padding: 0.5em 0.6em;*/
	padding-bottom: 10px;
}

	
