/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	line-height: 5px;
	padding: 2px;
	overflow: hidden;
	text-align: center;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #3A3A1F;
	display: inline;
	padding: 20px;
	width: auto;
}

.navigation:hover {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC66;
	display: inline;
	padding: 20px;
	width: auto;
	position: relative;
}
a:hover {
	background-color: #FFFFFF;
}

.navigation2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #3A3A1F;
	display: inline;
	padding: 5px;
	width: auto;
	text-align: center;
}

.navigation2:hover {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC66;
	display: inline;
	padding: 5px;
	width: auto;
}

.navigation3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: inline;
	padding: 5px;
	width: auto;
	text-align: center;
}

.navigation3:hover {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #33CC66;
	display: inline;
	padding: 5px;
	width: auto;
}
