
@font-face {
	font-family: Minecraft;
	src: url('minecraft.ttf');
}

html {
	font-size: 8px;
}

body {
	color: #ffffff;
	font-family: Minecraft, Courier;
	background-color: #000000;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 3rem;
}
 
h1 {
	font-size: 6rem;
	font-weight: normal;
	margin: 0px;
	line-height: 48px;
}

h2 {
	font-size: 4rem;
	font-weight: normal;
	margin: 0px 0px 0px 256px;
}

a:link, a:visited {
	font-size: inherit;
	color: #aaaaff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dotted #aaaaff;
	
}

a.navi:link, a.navi:visited {
	text-align: center;
	font-size: 3rem;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(img/lauta.png);
	display: block;
	height: 48px;
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	border: none;
	line-height: 47px;
	
}

a.navi:hover, a.navi:active {
	text-decoration: none;
	font-weight: normal;
	background-image: url(img/lauta.png);
	border: none;
	color: #000000;
}

a.valittu {
	border: none;
	color: #000000;
}

li{
	margin: 10px;
}

li.h {
	font-weight: normal;
	margin-top: 40px;
	color: #ffaaaa;
	list-style-type: none;
}

ul{
	list-style-type: square;
}

a:hover, a:active {
	font-size: inherit;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}

.main {
	margin: 64px 32px 0px 32px;
}
input {
	padding: 5px;
	border: 4px solid #3c2f1c;
	color: #ffffff;
	font-family: Minecraft, Courier;
	background-color: #000000;
	font-size: 2rem;
}
