/* CSS Document */

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;

color:#CC0000
line-height: 18px;
	padding: 3px;
	color: #C24C32;
}

.navigation {
	background-color: #C24C32;
	display: block;
	padding: 8px;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom: 2px;
	border-bottom-style: double;
	color: #FFFFFF;
	text-align: center;
	border-right: 2px;
	border-right-color: #FFFFFF;
	border-right-style: double;
	border-left: 2px;
	border-left-color: #FFFFFF;
	border-left-style: double;
	border-top: 2px;
	border-top-color: #FFFFFF;
	border-top-style: double;
	width: 140px;
	margin-bottom: 8px;
	margin-top: 8px;
}

.navigation:hover {
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	text-decoration: none;
	border-bottom-color: #FFFFFF;
	border-bottom: 2px;
	border-bottom-style: double;
	color: #C24C32;
	text-align: center;
	border-right: 2px;
	border-right-color: #FFFFFF;
	border-right-style: double;
	border-left: 2px;
	border-left-color: #FFFFFF;
	border-left-style: double;
	border-top: 2px;
	border-top-color: #FFFFFF;
	border-top-style: double;
	width: 140px;
	margin-bottom: 8px;
	margin-top: 8px;
}
