@import url('color.css');

a,
a:hover,
a:focus {
	text-decoration:none;
}
h1,
h2,
h3 {
	margin:0;
	box-sizing:border-box;
	padding:9px;
}
input,
select,
button {
	margin:9px 0;
}