a {
	color: teal;
}
	a:link, a:visited {
	text-decoration: underline;
}
	a:active, a:hover {
	text-decoration: none;
	color: white;
	background-color: teal;
}
body {
	font-size: 17px;
	background-color: #FFF;
	font-family: monospace;
}
h1 {
	font-size: 22px;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Osaka,Arial,Verdana,sans-serif;
	line-height: 1em;
	padding-top: 0.5em;
	padding-bottom: 0;
}
h2 {
	font-size: 20px;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Osaka,Arial,Verdana,sans-serif;
	padding-bottom: 0.5em;
}
h3 {
	font-size: 14px;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",Osaka,Arial,Verdana,sans-serif;
	font-weight: normal;
	padding-top: 0em;
}
table {
	border: solid 1px #ffff00;
	padding-left: 1em;
	padding-right: 1em;
}
img {
	border: 0px;
}
