<!--
.navigation p{
	margin-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: rgb(128,128,128);
	border-right-color: rgb(128,128,128);
	border-bottom-color: rgb(128,128,128);
}

.navigation p:hover{
	background-color: #FFFFFF;
}

.navigation a:link, .navigation a:visited{
	text-decoration:none
}
-->