/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation{
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099FF;
	display: block;
	width: 160px;
	padding: 6px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom: 1;
	border-bottom-style: solid;
}

.navigation:hover{
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
	display: block;
	width: 160px;
	padding: 6px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top: 1;
	border-bottom: 1;
	border-bottom-style: solid;
	border-top-style: solid;
}
