.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: underline;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #005595;
	letter-spacing: 1px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	letter-spacing: 1px;
}
.content_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF9900;
}
P:first-letter {
	font-size: 120%;
	font-weight: bold;
}