/***************************************************
					CUSTOM STYLE
***************************************************/
body {
	background-color: #647060;
	color: #fff;
}

h1, h2, h3, h4, h5 {
	color: #fff;
}

.header {
	font-family: 'Orbitron', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-top: 1.2em;
	line-height: 1em;
	letter-spacing: 0.2em;}

.foto {
	margin-left: 15px;
	border: 1px solid #ccc;
	border-radius: 2%;
}

.foto-left {
	margin-right: 15px;
}

figcaption {
	font-family: fantasy;
	font-size: 0.5em;
}

.figure {
	border: 1px solid #ccc;
	border-radius: 2%; 
	padding: 5px;
}

hr {
	border-bottom: 1px solid #cecece;
}

a {
	color: #faf202;
	text-decoration: underline;
}

.footer {
	background: #cecece;
	color: #647060;
	height: 1.7em;
}

.th {
	margin-left: 15px;
	border: 1px solid #ccc;
	border-radius: 2%;
	padding: 5px 5px 0 5px;
	text-align: center;
}

