html {
	background: black;
	font-size: 1em;
	text-align: center;
	color: #aaa;
	font-family: sans-serif;
}

body {
	font-size: 125%;
}

h1 {
	font-size: 1em;
	text-align: center;
	color: #ddd;
	background: transparent;
	font-family: sans-serif;
}

h2 {
	font-size: 1em;
	color: white;
	text-align: left;
	background: transparent;
}

h3 {
	font-size: 1em;
	color: white;
	text-align: left;
	background: transparent;
}

.nimi {
	font-size: 1em;
	color: white;
	background: transparent;
}

a:link {
	color: #aaa;
	background: transparent;
	text-decoration: none;
}

a:active {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: #888;
	background: transparent;
	text-decoration: none;
}

a:hover {
	color: #eee;
	background: transparent;
	text-decoration: none;
}

hr { 
	color: #333;
	background-color: #333;
	border-color: #333;
	width: 380px;
	display: block;
	margin-top: auto;
	margin-bottom: 0.5em;
	margin-left: 0px;
	margin-right: auto;
	border-style: inset;
	border-width: 1px;
} 

footer {
	font-size: 0.7em;
	color: #aaa;
	text-align: left;
	background: transparent;
	position: fixed;
	top: inherit;
	bottom: 1%;
	left: 5px;
}

