/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	padding: 1px;
	font-style: normal;
}
.impression {
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	display: block;
	padding: 8px;
	width: 150px;
	text-align: center;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	display: block;
	padding: 8px;
	width: 150px;
	text-align: center;
}
