body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top left;	
	margin: 0;
	padding: 5%;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
}

a img {
	border: 0;
}

a {
	color: red;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}