.title{
	color:red;
	font-size:45px;
	font-family:"Impact";  
}
.title2{
	color:red;
	font-size:35px;
	font-family:"Impact"; 

}
.text{
	color: #6fadcf;
	font-size:30px;
	font-family:"New Times Roman"; 
	text-shadow:2px 2px #666666;
}
.market{
	color: orange;
	font-size:30px;
	font-family:"New Times Roman"; 
}

h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
#header {
	height: 175px;
	width: 98%;
	background-color: grey;
	float: center;
	clear: left;
	padding: 10px;
	text-align: center;
	border-radius: 75px; 
	border: solid 3px;
	margin-bottom:5px;

}
h1:hover{
	color:orange;
}
#submenu {
	height: 2200px;
	width: 13%;
	background-color: grey;
	clear: left;
	float:left;
	padding: 5px;
	text-align: center;
	border-radius: 35px; 
	border: solid 3px;

}
body {
background-color: #6fadcf;
}
#textarea{
	height: 2200px;
	width: 79%;
	background-color: grey;
	
	float: right;
	padding: 5px;
	text-align: center;
	border-radius: 25px; 
	border: solid 3px;

}

.leftmenu {
	height:25px;
	width:100%;
	float:left;
	clear:left;
	padding:9px;
	background-color: yellow;
	text-align: center;
	border-radius: 35px; 
	border: solid 3px;
	margin-bottom:5px;
	margin-top:5px;

}
#marketplace {
	float:left;
	clear:left;
	height:320px;
	width:99%;
	background-color:#473c18;
	text-align: center;
	border-radius: 35px; 
	border: solid 3px;
	margin-bottom:5px;
	margin-top:5px;
}

