body {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	background-color: #f2f2f2;
	width: auto;
	border-style: solid;
	border-color: #3f3f3f;
	width: 500px;
	margin: auto;
}

#kanban {
	height: 180px;
	width: auto;
}

.iconbox {
	background-color: #3f3f3f;
	width: 500px;
	height: 96px;
	border-top-style: solid;
	border-color: #3f3f3f;
}

.iconbox a{
	color: #fff;
	text-decoration: none;
}

.iconbox img {
	height: 64px;
	width: 64px;
}

.appicon {
	text-align: center;
	float: left;
	background-color: #3f3f3f;
}

.appicon:hover{
	background-color: #bc57fe;
}

img{
	border: none;
}

.infobox {
	border-bottom-style: ridge;
	padding: 15px;
}

.infobox img{
	width: 400px;
}

.infobox command{
	color: lime;
	font: 10pt monaco, Georgia, "Times New Roman", Times, serif;
	background-color: black;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
	font-weight: bold;
}
