input [type=submit] {
	background-color:DarkGray;
	color:white;
	border-color:LightGray;
	cursor:grab;
}
input {
	padding: 5px
}
body {
	margin: 12px
}
.sidebar{
  list-style-type: none;
  
  margin: 0;
  padding: 0;
  display: block;
  width: 150px;
}
div li a{
	border-radius:3px;
	
	border:2px;
	display: block;
	
	color: #575756;
	padding: 8px 16px;
	margin:2px;
	text-decoration: none;
	border-style:outset;
	border-color:lightgray;
}
div.leftside{
	float:left;
	
}
div.rightside{
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top:2px;
	
	
}
li a:hover {
  background-color: gray;
  color: white;
}
ul {
	list-style-type: none;
}