body {
	color: Black;
	background-color: White;
	font-family: "Trebuchet MS", Arial, sans-serif;
	max-width: 800px;
	margin: auto;
	padding: 20px;
}

.video {
	position: relative;
	padding-bottom: 52%;
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


p {
	font-size: 16px;
	text-align: justify;
	margin: 40px 0 20px 0;

}

h1 {
	font-weight: bold;
	font-size: 40px;
	margin: 60px 0 80px 0;
}

h2 {
	font-size: 24px;
	margin: 40px 0 40px 0;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	margin: 40px 0 10px 0;
}

h4 {
	font-weight: 500;
	font-size: 18px;
	margin: 10px 0;
}

a,
a.link,
a.hover {
	color: Black;
}

.hi {
	background-color: #ffd;
}

.tba {
	color: #966;
}

p.cnt {
	text-align: center;
}

.box {
	background-color: #eee;
	padding: 20px;
}

p.footer {
	color: #aaa;
	font-size: 12px;
	margin: 80px 0;
}

div.c {
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
}