html,
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

#menu,
#navigation,
#developer,
#motto {
	display: none;
}

h1 {
	border-bottom: 1px solid rgb(0,0,0);
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
}

#footer {
	color: silver;
	border-top: 1px solid rgb(0,0,0);
	padding-top: 1em;
	margin-top: 1em;
	font-size: 0.7em;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
	color: inherit;
	border-bottom: 1px dotted;
	text-decoration: none;
}


a:hover,
a:active,
a:focus {
	border-bottom: 1px solid;
}

#holder h1 a,
#footer a {
	text-decoration: none;
	border-bottom: none;
}

