html, body, h1, h2, h3, h4, h5, h6, 
blockquote, address, form, fieldset,
ul, ol, li, img, div, span, p {
	margin: 0;
	padding: 0;
	border: none;
}

a, a:visited { text-decoration: none; }
ol, ul { list-style: none; }
legend { display: none; }

body {
	font-size: 100%;
	font-family: Verdana;
	background-color: #F3F3F3;
	text-align: center;
}

body, input, textarea, select, option, optgroup, button {
	font-family: Verdana, Geneva, Arial sans-serif;
}

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

.clear {
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

a {
	color: #173070;
}

a:hover {
	text-decoration: underline;
}