* {
	margin: 0;
	padding: 0;
}
body {
	font-size: .7em;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}
h1 {
	font-size: 1.3em;
}
h2, h3, h4, legend {
	font-size: 1.2em;
}
h5, h6 {
	font-size: 1em;
}
img, fieldset {
	border: 0;
}
address {
	font-style: normal;
}
a {
	color: #009;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}