.navbar {
	position: relative;
	margin-top: 15px;
	display: block;
	width: 504px;
	padding: 0px 8px 5px 8px;
	border: 1px solid black;
	background: #F7B7CF;
}
.navtext {
	position: relative;
}	
.navtext a {
	color: white;
	font-size: .6em;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navtext a:visited {
	color: white;
	text-decoration: none;
}
.navtext a:hover {
	color: black;
	text-decoration: none;
}
.bord {
	border: 1px solid black;
}