/* moveback */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background-color: #FFF;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

abbr {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

ul {
	list-style: none;
}
