body {
	background-image: url(src/background.png);
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	color: #BFAC13;
	font-family: "Monospace", Trebuchet MS, Tahoma;
	font-size: 13px;
}
a {
	text-decoration: underline;
	color: #BFAC13;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a.img:hover {
	text-decoration: none;
}
input {
	background-color: #83AFE6;
	color: #275B9C;
	font-family: "Monospace", Trebuchet MS, Tahoma;
	font-size: 12px;
}

