/* CSS Document */
body {
	background:rgba(75,102,231,1.00);
}
header {
	
}
p {
	text-align: justify;
	font-size: 1.6rem;
}
table {
	width:100%;
	font-size: 2.4rem;
	text-align: center;
}

table td {
	text-align: center;
	padding: 5px;
}

strong {
	color: #f00;
	font-weight: 600;
}

footer {
	background:rgba(29,32,136,1.00);
}

footer p {
	text-align: center;
}

article h1 {
	position:relative;
	background:rgba(29,32,136,1.00);
	color:#FFF;
	padding: 0;
	font-size:130%;
	font-weight:bold;
}

section h2 {
	color: rgba(29,32,136,1.00);
	font-size: 120%;
	font-weight: 600;
	padding: 5px 10px;
	margin-bottom: 0.25em;
	border-bottom: 1px solid rgba(29,32,136,1.00);
}

section h3 {
	color: rgba(29,32,136,1.00);
	font-size: 120%;
	font-weight: 600;
	padding: 0px 1em;
}
