/* CSS Document */

p{
	font-family:"Times New Roman", Times;
	font-size:12px;
	color: #000000;
	line-height: 0.5cm;
	letter-spacing:normal;
	text-align:left;
	text-indent: 3px;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
}


.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC99;
	text-decoration: none;
	background-color: #D03D03;
	display: block;
	padding: 8px;
	width: 140px;
}
