@charset "UTF-8";
/* CSS Document */

div{
	border-radius:5px;
	margin:3px;
	padding:5px;
	background-color:lightgrey;
	font-weight:bold;
	display:inline-block;
	cursor:pointer;
}