﻿html,body {
	margin:0;
	overflow:hidden;
	font-family:"Tahoma";
	font-size:12px;
}
a {
	color:#CCCCCC;
	text-decoration:none;
}
a:hover {
	color:#46A3FF;
}
/*---*/
.nutdanhmuc {
	width:20px;
	height:16px;
	cursor:pointer;
	align-items:center;
	justify-content:center;
	padding-top:5px;
}
.nutdanhmuc:hover {
	color:red;
}
.nutmenu {
	width:100%; height:50px;
	padding-left:10px;
	border-bottom:1px gray solid; color:white; cursor:pointer;
	display:flex;
	align-items:center;
}
.nutmenu:hover {
	background-color:#00A5F4;
}
