* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 68.5%;
	line-height: 2em;
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
section {
	position: absolute;
	left: 100px;
	top: 200px;
	font-size: 1em;
}
.links {
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.links span {
	position: relative;
	text-shadow: 0 0 2px #000000;
	display: inline-block;
}
a #villu, a #kaego {
	text-shadow: 0 0 1px #FFFFFF;
}
a:hover #villu, a:active #villu, a:focus #villu {
	text-shadow: 0 0 15px #666666;
}
a:hover #kaego, a:active #kaego, a:focus #kaego {
	text-shadow: 0 0 15px #666666;
}
#villu {
	color: #FFFFFF;
	text-transform: capitalize;
	letter-spacing: -3px;
	font-size: 5.5em;
	font-family: "Times New Roman";
	top: .3em;
	left: 0;
}
#kaego {
	color: #000000;
	text-transform: capitalize;
	letter-spacing: -1px;
	font-size: 1.5em;
	top: -1em;
	left: -2.2em;
	display: none;
}
#on {
	color: #CCCCCC;
	font-size: 2.7em;
	font-family: georgia, serif;
	font-style: italic;
	padding: 0 .6em;
	top: .3em;
}
a #fallen, a #boy {
	text-shadow: 0 0 2px #8F0000;
}
a:hover #fallen, a:active #fallen, a:focus #fallen {
	text-shadow: 0 0 20px #8F0000;
}
a:hover #boy, a:active #boy, a:focus #boy {
	text-shadow: 0 0 20px #8F0000;
}
#fallen {
	color: #CC0000;
	font-size: 2em;
	text-transform: lowercase;
	left: -1.3em;
	top: .3em;
	font-family: georgia, serif;
	font-style: italic;
	
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#boy {
	color: #CC0000;
	font-size: 5.7em;
	top: .3em;
	left: -.8em;
	letter-spacing: -5px;
}
#html5 {
	text-align: center;
	background-color: #FFCC00;
	padding: 5px 0;
	color: #000000;
}
