body{
	margin: 0px;
	padding: 0px;
	background-color: silver;
	color: gray;
}

.content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.header {
	top: 25px;
	left: 20px;
	height: 48px;
	border-radius: 10px;
	padding: 20px;
	overflow: auto;
	text-align: center;
}

.header span{
	font-family: Arial;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 5px rgb(128,192,255), 0px 0px 10px black;
}

.contbody{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}