body
{
	background-color: #000000;
}

p
{
	text-align: justify;
}

a
{
	margin-right: 20pt;

	border: 5pt solid #000000;

	padding: 10pt;

	color: #FFFF00;
	background-color: #000000;

	text-decoration: none;

	font-family: Arial;
	font-weight: 700;
	font-size: 20pt;
}

a:hover
{
	color: #000000;
	background-color: #FFFF00;

	text-decoration: underline;
}

#main
{
	margin: 0 auto;
	width: 60%;
	text-align: center;
	color: #000000;
	background-color: #FFFF00;
	font-size: 40pt;
}

#languages
{
	text-align: center;
}

#header
{
	color: #FFFF00;
	background-color: #000000;

	font-family: Arial;
	font-weight: 900;

	text-transform: uppercase;

	line-height: 160%;
}

#content
{
	border: 6pt solid #000000;

	color: #000000;
	background-color: #EEEE00;

	font-family: Hevletica;
	font-size: 25pt;
	font-style: italic;
}

#footer
{
	color: #FFFF00;
	background-color: #000000;

	font-family: Arial;
	font-weight: 900;
}

.spaciousness
{
	margin: 40pt 60pt;
	padding: 30pt;
}

.notice
{
	text-align: center;
	text-decoration: underline;
}
