body {
	font-family: 'Questrial', sans-serif;
	margin: 0px;
	background-color: black;
/*	color: #636363; */
}
h1 {
	font-size: 35px;
	color: red;
}


.logo {
	font-size: 15px;
	text-align: center;
	width: 561px;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: red;
}

input.placeholder,
textarea.placeholder{

}

.box{
margin-top: 40px;
	font-size: 30px;
	width: 500px;
	height: 40px;
color: #636363;
background-color:black;
}

.port{
	width: 100px;
	color: #636363;
		font-size: 30px;

height: 40px;
}

.online{
	color: #00d817;
	font-size: 25px;
}

.offline{
	font-size: 25px;
	color: #ff1400;
}

.link{
	font-size: 8px;
}

.link a{
	text-decoration: none;
	color: white;
	font-size: 8px;
}

#change{
	color: white;
	text-decoration: none;
	font-size: 30px;
}

#change a{
	color: white;
	text-decoration: none;
	font-size: 30px;
}

