
body {
	background-color: #101010;
	text-align: center;
	font-family: arial;
	font-size: 18px;
	margin: 50;
	padding: 50;
}

#content {
	position: center;
	margin-left: 0px;
	text-align: center;
	background-color: #101010;
	width: 900px;
	height: 600px;
	float: center;
	min-height: 20px;
	
}

a {
	text-decoration:none;
	color:#de4725;
}
a:hover{
	color: #ffffff;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 18px;
}

h3 {
	color: #DE4725;
}
#footer{
color:#DE4725;
float:center;
font-size:18px;
height:15px;
left:210px;
margin-top:50px;
position:center;
text-align:center;
width:250px;
}
