/* CSS Document */

p {
font-familiy: Courier New, Courier, monospce;
font-size: 14px;
color: #000000;
line-height: normal;
padding: 3px;
}
.bold {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.navigation {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 175px;
}

.navigation:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 175px;
}

.nonavi {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 175px;
}

.navigation2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: inline;
	width: 175px;
	background-color: #CCCCCC;
}

.navigation2:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	display: inline;
	background-color: #CCCCCC;
}
