a:link {
	color: #e5e4be;
	text-decoration: underline
}
a:visited {
	color: #e5e4be;
	text-decoration: underline
}
a:hover {
	color: #e0a8c8;
	text-decoration: underline
}
a:active {
	color: #e5e4be;
	text-decoration: underline
}
html {
	background-image: url('media/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed
}
body {
	font-family: sans-serif;
	color: #e5e4be;
	background: #2b2b27;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}
p.font {
	margin-left: 100px;
	margin-right: 100px
}
p.highlight {
	font-family: monospace;
	font-size: 15px;
	margin-left: 100px;
	margin-right: 100px;
	color: #2b2b27;
	background: #e5e4be;
	white-space: pre;
	overflow: scroll
}
img {
	height: 50px
}
