/* CSS Document */

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	display: inline;
	word-spacing: 2px;
	border-top-style: double;
	border-top-color: #FF0000;
	border-top-width: thick;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
