html {
	width: 100%;
	height: 100%;
}

body {
	background: url(carina.jpg);
	background-size: 100% 100%;
	font-family: sans-serif;
	color: #aa0;
	font-size: 1.5em;
}

p {
	padding: 1.5em;
}

a {
	color: #ff0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

