/* CSS Document */

.navigation{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	line-height: 20px;
	font-weight: bold;
	padding:15px;
	display:inline;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}
	
.navigation:hover{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	line-height: 10px;
	font-weight: bold;
	padding:15px;
	display:inline;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-indent: -10px;
	background-color: #E8C4DA;
.line {
	padding: 5;
}
