/* CSS Document */

p{
	font-family:"Tekton Pro";
	font-size: 15px;
	color: #000000;
	line-height: 15px;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}

.navigation {
	font-family: "Tekton Pro";
	font-size: 15px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	outline-style: none;
	font-weight: bold;
}
.navigation:hover{
	font-family: "Tekton Pro";
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FF9700;
	text-decoration: none;
	display: block;
	
	background-color: #CED1D6;
}