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

p{
	font: NewsGoth Lt BT;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
}

h3{
	font: NewsGoth Lt BT;
	font-size: 14px;
	color:#0076EC;
	line-height: 18px;
	padding: 3px;
}
.bold {
	font-family: "NewsGoth Lt BT";
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #007F00;
	padding: 8;
	width: 140px;
}

.navigation {
	font-family: "NewsGoth Lt BT";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF7F00;
	text-decoration: none;
	display: block;
	padding: 8;
	width: 140px;
}

.navigation:hover {
	font-family: "NewsGoth Lt BT";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FF7F00;
	text-decoration: none;
	background-color: #D03D03
	display: block;
	padding: 8;
	width: 140px;
}
