@CHARSET "ISO-8859-1";

body,html {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	height: 100%;
}

body {
	overflow-y:scroll;
	font-size: 14px;
}

p {
	white-space: pre-wrap;
}

h1 {
	font-size: 20px;
	border-bottom: 3px groove green;
}

a {
	text-decoration: none;
	color: #3496cc;
}

nav ul {
 list-style-type: none; margin: 0; padding: 0;
}
nav li { 
 display: block;
}
nav a {
 display: block; width: 200px; height: 50px; padding-bottom: 2px;
 font-size: 20px; color: green;
}
nav a:hover {
 text-shadow: 0px 1px;
}
