@charset "UTF-8";
/* CSS Document */
.smtext {
	font-size:92%;
}

.list-group-item:hover {
	background-color:#eee;
}


.list-group-item a {
	text-decoration:none;
}

dd {
	margin-bottom:12px;
}

.container {
	border:1px solid #666; /* ddd */
	background-color: #fff;
}


body {
	background-color: #040;
	margin-top:24px;
	/*background:url(../bg_gradient.fw.png) repeat-x center top;*/
}

footer {
	padding-top:8px;
	background-color:#000;
	color:#fff;
}