body {
	font-family:Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 16px;
	line-height: 1.3;
	margin: 40px auto;
	max-width: 666px;
	padding: 0 10px;
	margin-top:1px;
}
a{
	text-decoration:none;
	color:red;
}
a:hover{
	text-decoration:underline;
}
h1{
	font-size: 2.9em;
	color:#555;
	text-decoration:none;
	font-weight:600;
	margin-top:5px;
	margin-bottom:5px;
}
h2{
	font-size: 1.9em;
	color:#555;
	text-decoration:none;
	font-weight:600;
	margin-top:5px;
	margin-bottom:5px;
}
h3 {
	font-size: 1.1em;
	color:#555;
	line-height: 1.1;
	text-decoration:none;
}
hr{border:#555 dashed 1px;
}
u{color:#555;
}
samp {
font-family: monospace;
color: #fff;
background-color: #777;
padding: 0.1em;
}
ul {
line-height: 1.6em;
margin-bottom: 1.3;
padding-left: 1.9em;
}
