#level1 {
	display: block;
	line-height: 120%;
	text-align: justify;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	padding: 30px 0px;
	background-color: green;
	color: black;
	text-align: center;
	border-style: outset;
	border-width: 5px;
}

#level2 {
	display: block;
	line-height: 120%;
	text-align: justify;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	padding: 30px 0px;
	background-color: blue;
	color: white;
	text-align: center;
	border-style: outset;
	border-width: 5px;
}

#level3 {
	display: block;
	line-height: 120%;
	text-align: justify;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	padding: 30px 0px;
	background-color: yellow;
	color: black;
	text-align: center;
	border-style: outset;
	border-width: 5px;
}

#level4 {
	display: block;
	line-height: 120%;
	text-align: justify;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	padding: 30px 0px;
	background-color: orange;
	color: black;
	text-align: center;
	border-style: outset;
	border-width: 5px;
}

#level5 {
	display: block;
	line-height: 120%;
	text-align: justify;
	font-size: 2em;
	font-weight: bold;
	width: 100%;
	padding: 30px 0px;
	background-color: red;
	color: black;
	text-align: center;
	border-style: outset;
	border-width: 5px;
}