* {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: small;
	width: 700px;
	margin: 20px auto;
}
.dot {
	border-top: 1px dotted gray;
}
.url {
	display: none;
}
.link {
	font-size: medium;
	font-weight: bold;
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
#view {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
.price {
	color: brown;
	font-weight: bold;
	font-size: medium;
}
h1 {
	font-size: medium;
}
#ws {
	font-size: xx-small;
}
#ws .title {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
#bottom {
	text-align: center;
	padding: 5px;
	font-size: xx-small;
	border-top: 3px solid gray;
}
#bottom a {
	color: #000;
	text-decoration: none;
}
