body {
	background-image: url("images/back.jpg");
	background-attachment: fixed;
	background-size: cover;
	font-family: sans-serif;
}

p {
	color: white;
	max-width: 850px;
}

h1 {
	color: white;
}

a:link {
	color: orange;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: red;
}

hr {
	color: white;
}

.box {
	border-style: solid;
	border-width: 4px;
	border-color: white;
	background-color: grey;
	width: 890px;
}

small {
	color: white;
}