@charset "UTF-8";
#link li {
	float: left;
	list-style-type: none;
	padding-right: 15px;
	color: #000058;
}
#link li a {
	color: #0090d3;
	text-decoration: none;
}
#link li a:hover {
	text-decoration: underline;
}
#link ul {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}
ol {
	padding-bottom: 20px;
}
ol li  {
	margin: 20px 0 20px 24px;
}
ol li span {
	text-decoration: underline;
}
.italic     {
	font-style: italic;
	text-decoration: none;
}
h3 {
	clear: both;
	margin: 30px 0 10px 0;
	border-bottom: 2px solid #ccc;
}