@charset "UTF-8";
a {
  color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none
}
body {
	height: 748px;
	width: 800px;
	background-color: #868586;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	position: absolute;
	left: 17%;
	right: 17%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#designed_by {
	height: 15px;
	width: 800px;
	font-family: Calibri;
	font-size: 13px;
	color: #CCC;
	text-align: center;
	position: absolute;
	top: 749px;
}
