/*#General */

* {
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	text-align: center;
	color: white;
}

h2 {
	text-align: center;
	text-decoration: none;
}

h3 {
	text-align: center;
}

#title {
	margin: 0px 0px 0px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

body {
	background-color: tomato;
	padding: 0px 0px 0px 0px;
}

#sidebar {
	float: left;
	width: auto;
	background-color: lightblue;
	padding: 0px 30px 20px;
}	

#server {
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

#main {
	background-color: white;
	padding: 50px;
	margin: auto;
	overflow: auto;
	width: 1000px;
}

#login {
	background-color: white;
	padding: 50px;
	margin: auto;
	overflow: auto;
	width: 300px;
}

#control {
	margin-left: 240px;
	width: 700px;
	padding: 0px 10px;
	
}

#conmenu {
	width: 640px;
	text-align: center;
	margin: auto;
}

#console {
	background-color: black;
	color: white;
	width: 640px;
	margin: auto;
	padding: 10px 10px 10px 10px;
	font-family: "courier new";
	font-size: 14px;
}

#button {
	background-color: white;
	color: black;
	margin-right: 20px;
	padding: 10px 10px 10px 10px;
	float: left;
}

a:link.button, a:visited.button {
	text-decoration: none;
    color: black;
	padding: 14px 0px;
	text-align: center;
	display: inline-block;
	width: 120px;
	margin: 0px 10px;
	border-radius: 10px;
}

a:hover.button, a:active.button {
	
}

/*
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: none;
}
*/	