/* CSS Document */

p{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 1px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	float: none;
	height: auto;
	width: auto;
}
.list {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
}


.navigation {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	background-color: #ECE4B3;
	display: block;
	padding: 3px;
	width: 70px;
	height: 14px;
	border: thin groove #ece4b3;
}

.navigation:hover {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 3px;
	width: 70px;
}
