.navbar {
	height: 34px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 40em;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
}
.button a{
	width: 120px;
	text-align: center;
	font-size: 16pt;
	color: #000000;
	text-decoration: none;
	margin-top: 7px;
	float: left;
}
.button a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 17pt;
}
.line {
	width: 20px;
	text-align: center;
	float: left;
	margin-top: 7px;
	color: #333333;
}
.buttondiv {
	margin-right: auto;
	margin-left: auto;
	width: 490px;
	height: 40px;
}

