.navRight {
	font-size: 72px;
	color: #666;
	text-decoration: none;
}
.navLeft {
	font-size: 72px;
	text-decoration: none;
}

body {
  text-align: center;
  min-width: 800px;
}
a:link {
	color: #D6D196;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #ECE6A5;
}
a:active {
	text-decoration: none;
	color: #ECE6A5;
}

#wrapper {
  text-align: left;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.navRightSmall {
	font-size: 18px;
	color: #666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
