body {
	margin-left: 5px;
	margin-top: 5px;
}
.Navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: small;
	color: #333366;
	position: absolute;
	left: 177px;
	top: 125px;
	text-align: center;
	width: 600px;
	text-decoration: none;
	height: 38px;
	background-image: url(WordPress/wp-content/themes/the-simple-life/images/nav-tile.gif);
	background-repeat: no-repeat;
	background-position: vertical-center;
}
a:link {
	color: #333366;
	text-decoration: none;
}
a:visited {
	color: #333366;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}
