* {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body {
	background: #fff;
	padding: 100px;
}

	h1 {
		wfont-weight: bold;
		margin-bottom: 25px;
	}
	
	p
	{
		color: #666;
		line-height: 20px;
	}
	
	a
	{
		color: #06F;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration:underline;
	}
		