@charset "utf-8";

p,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h1 {
	font-size: 125%;
	margin-top: 15px;
	margin-botom: 0.5em;
}
h2 {
	font-size: 115%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h3,h4 {
	font-size:105%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
a {
	color: #39f;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: underline;
}
ul,ol,li,dl,dt,dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
dd {
	font-size: 90%;
}

