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

div.box{
	cursor:pointer;
	font-size:90%;
	overflow:hidden;
}

div.box:hover{
	color:#1964D7;
}

