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

p{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 8pxs;
}

.navigation{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 160px;
	border: 1px;
}

