img {
	margin: 2%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000000;

}

h1 {
	font-size: 16px;
	text-transform: uppercase;
}

h3 {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bolder;
}

.menu {
	font-size: 9px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #FFFFFF;
}

a:link {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}

 a:visited {
	text-transform: uppercase;
	color: #aaa;
	text-decoration: underline;
}
	

a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.content {
	font-size: 9px;
	text-transform: uppercase;
	background-color: #000000;
	letter-spacing: 0.2em;
	color: #FFFFFF;

}

#menu {
	background-color: #000000;
	position: absolute;
	height: 80px;
	width: 400px;
	left: 10%;
	top: 200px;
	font-weight: bold;
	padding: 10px;
}

#menu  a:visited,
#menu  a:link
{
		text-decoration: none;
	color: #FFFFFF;
}


#content {
	background-color: #000000;
	position: absolute;
	width: 400px;
	left: 10%;
	top: 325px;
	padding: 10px;


	
}
.contentEng {

	font-size: 9px;
	text-transform: uppercase;
	background-color: #000000;
	color: #FFFFFF;
}

.contentDark {
	color: #666;
}


.active {

	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.contentBig {

	font-size: 18px;
	text-transform: uppercase;
	background-color: #000000;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}
#menumanu {
	background-color: #FFFF00;
	position: absolute;
	height: 500%;
	width: 10%;
	left: 60%;
	top: 0px;
	font-weight: bold;
	padding: 10px;
	right: 70%;

}
