@charset "utf-8";
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}

a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #006600;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
