body {
	font-family: Arial, Verdana, sans-serif;
}

h1 a{
	color: white;
	text-decoration: none;
}

div.header {
	background-color: blue;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.home ul li {
	font: bold larger;
	padding: 10px;
}

li a {
	text-decoration: none;
	color: blue;
}

div.text {
	font-size: medium;
}

div {
	width: 760px;
	margin: auto;
}