@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 3.2em;
	text-align: center;
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255) url(background.jpg);
	color: rgb(0, 0, 0);
	letter-spacing: .5em;
}

a, a:link, a:visited {
	text-decoration: none;
	color: black;
}

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

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}