@import "webset.css";
* {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
}
body {
	text-align: justify;
	color: #444;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
br {
	float: none;
}
.h {
	display: none;
}