@charset "UTF-8";
/* CSS Document */

.navigation{
	font-family: Times;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660099;
	display: block;
	padding: 8px;
	width: 180px;
	}

