@font-face {
	font-family: 'UC';
	src: url('uc.eot?#iefix') format('embedded-opentype'), 
	     url('uc.ttf')  format('truetype'),
	     url('fonts/uc.svg#uc') format('svg');
}

*{
	margin:0px;
}

.title{
	font: normal 70px UC;
	color: #000;
	border-left:solid 30px #0F0;
	border-bottom:solid thick #0F0;
}

small {
    font: normal 10px Tahoma;
}

h3{
	font: normal 35px Sans-Serif;
	color: #000;
	border-left:solid 20px #000;
	border-bottom:solid medium #000;
	margin:1px;
	margin-top:10px;
	margin-bottom:10px;
}

#mynetwork {
	width: 100%;
	height: 500px;
	border: 1px solid lightgray;
	background-color:#ffffff;
}

#control{
	width:100%;
	float:left;
	border:1px solid #ccc;
}

#input{
	width:100%;
}

#data{
	width:100%;
	height:100px;
}

#button{
	width:100%;
}

#button>button{
	font-size:1.5em;
}


