body
{
	margin:20px auto;
	font-family: sans-serif;
	max-width:666px;
	line-height:1.6;
	font-size:18px;
	padding:0px 15px;
	color:#222;
	overflow-y : scroll;
}
h1
{
	font-size:48px;
	text-align: center;
	white-space: nowrap;
	margin:0px 0px;
}

h2
{
	font-size:18px;
	text-align:center;
}

table
{
	width:100%;
}

tr, td
{
	border-style: none;
	font-weight: normal;
}

li
{
	margin-left:20px;
}

th
{
	text-align:left;
}

hr
{
	width:200px;
}

a
{
	text-decoration : none;
}