html,
body,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,pre
table,th,td,
dl,dt,dd,
form {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-size:100%;
}
a:link,
a:visited {
	color:#00F;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus{
	outline:none;
}
img {vertical-align:bottom}

a img {
	border: none;
}
hr {
	display: none;
}

.clear{
	clear: both;
}
.hidden {
	display: none;
}

