body {
	margin-left: auto;
	margin-right: auto;
	margin-top:100px;

	width:600px;
	
	background-color:#ffffff;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#666;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#666;
	line-height:25px;
}

a:link {
	color: #6c940f;	
	text-decoration:underline;
	letter-spacing:0.03em;
}
a:visited {
	color: #6c940f;	
	text-decoration:underline;
	letter-spacing:0.03em;
}
a:hover {
	color: #6c940f;	
	font-weight: bold;
	text-decoration:underline;
	letter-spacing:0.03em;
}
a:active {
	color: #6c940f;	
	font-weight: bold;
	text-decoration:underline;
	letter-spacing:0.03em;
}