@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
}

li {
	list-style-type: none;
}

img {
	border: none;
}

a:link, a:visited {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #06c;
}

hr {
	display: none;
	clear: both;
}

address {
	font-style: normal;
	font-weight: bold;
}
