body {
    margin: auto;
    padding: 0;
	border: 0;
	width:100%;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 20px;

    background: #ffffff;
    
}

h1 {
	text-align: center;
}
h2 {
	text-align: center;
	
}
h3	
{
	text-align: center;
	font-size: .9em;
}
h4	
{
	text-align: center;
	font-size: .9em;
}

p {
    width: 80%;
    margin: auto;
    padding-bottom: 1em;
}

a:hoover
{
	text-decoration: underline;
}
a {
	display: inline;
	text-align: center;
	text-decoration: none;
}



ul {

	margin: auto;
	width: 50%;
}


img {

	display: block;
	width: 80%;
	margin: auto;
}

.content
{
	padding-top: 30px;
	width: 500px;
	margin: auto;

	align-content: center;

	
}

.elf
{
	
	width: 600px;
	height: 600px;
	margin: auto;
    margin-top: 50px;

	align-content: center;
	background-color:#669966;

	font-family: "rosella-solid", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;	
}


.descendants
{
	width: 600px;
	height: 600px;
	margin: auto;
    margin-top: 50px;
	


	align-content: center;
	background-color:#3533cd; 

font-family: "rosella-hatched", sans-serif;
font-weight: 400;
font-style: normal;
	color: white;
	
}

.wizard
{
	width: 600px;
	height: 600px;
	margin: auto;
	


	align-content: center;
	background-color:#13e700; 

font-family: "rosella-hatched", sans-serif;
font-weight: 400;
font-style: normal;
	color: white;
	
}

img
{
	width: 40%;
}


footer
{
	position: absolute;
	text-align: center;
	width:90%;
	margin: auto;
	bottom: 10px;
	font-size: 50%;
}
