a:link, a:visited { color: #333; text-decoration: none; }
a:hover, a:active { color: #333; text-decoration: underline; }

body {
	background-color: #fff;
	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 1.4;
	width: 600px;
}

h1 {
	margin: 0;
	font-size: 180%;
}

h2 {
	margin: 0;
	font-size: 160%;
	font-weight: bold;
}

h3 {
	margin: 0 0 0 10px;
	font-size: 130%;
}

h4 {
	margin: 2px 0 3px 35px;
	font-size: 100%;
}

hr {
	border-style: dotted 1px #666;
	clear: both;
}

p {
	margin: 10px 10px 15px 15px;
}

img {
	margin: 0 10px;
}

.line {
	border-bottom: dotted 1px #999;
	margin: 15px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}
	