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: 20px 0;

}

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

h2 {
	font-size: 24px;
}

h3 {
	font-weight:bold;
	font-size: 18px;
	margin: 40px 0 10px 0;	
}

a, a.link, a.hover {
	color: Black;	
}

a.la {
	color: #0067C1;	
}

p.cnt {
	text-align: center;
}


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

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