@charset "utf-8";
#keyword {
	text-indent: -9999px;
	position: absolute;
	left: -9999px;
	top: -9999px;
}
h1{
	font-size: 18px;
	font-weight: bold;
	color: #06f;
}
h2{
	font-size: 14px;
	color: #333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03f;
	padding-bottom: 0.3em;
}
h3{
	font-size: 12px;
	color: #09f;
	padding-left: 0.5em;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #09f;
}
p{
	font-size: 10px;
}
table{
	width: 100%;
}
td{
	font-size: 10px;
	padding-right: 1em;
	padding-bottom: 2em;
	padding-left: 1em;
}
address{
}
