* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin: 70px 30px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
	margin-bottom: 2em;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}
li {
	margin-left: 2em;
	margin-bottom: .5em;
}
a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	height: 18px;
}
a:hover {
	border-bottom: 2px dashed;
	height: 16px;
}
a:visited{
	color: #888;
}
a:focus {
	border-bottom: 2px dashed;
	height: 16px;
}
h1 {
	margin-bottom: 1em;
}
h2 {
	margin-bottom: 1em;
}

a.mail {
	font-size: 12px;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 25px;
	line-height: 25px;
	width: 100%;
	color: #000;
	text-decoration: none;
	padding: 5px 15px;
	margin: 0;
	outline: none;
	border-bottom: 2px dashed;
	background-color: #ffe1b3;
	font-style: italic;
}
