body {
	background-color: white;
	font-family: "Tahoma", sans-serif;
	color: black;
}

a {
	text-decoration: none;
	color: darkblue;
}

a:hover {
	text-decoration: bold;
	color: blue;
}

h1 {
	letter-spacing: 3px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: 2px;
	font-size: 1.5em;
}

h3 {
	color: forestgreen;
	font-size: 1.25em;
	text-align: center;
}

header {
	color: black;
	text-align: left;
	height:5em;
}

.name {
	text-align: right;
	color: darkblue;
}

.detail {
	text-align: center;
	float: left;
	width: 450px;
	font-size: 1em;
}

footer {
	clear: both;
	text-align: center;
	padding: 20px;
}