@charset "utf-8";
h1 {
	color: #19A5B5;
}
h2 {
	color: #19A5B5;
}
h3 {
	color: #19A5B5;
	margin-top: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #19A5B5;
	text-decoration: underline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.focusbox {
	background-color: #F7F7F7;
	border: 1px solid #CCC;
}
.al {
	padding: 10px;
	float: left;
}

