/* this file is being included for viewing as well as editing modes */

html, body {
	/* default font */
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 1.48em;
}

/* 本站是可拖动的拼贴式页面：防止鼠标经过文字或图片时出现浏览器蓝色选区。 */
html, body, body * {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
}

/* 若之后页面出现真实输入框，仍可正常输入、选中与复制文字。 */
input, textarea, [contenteditable="true"] {
	user-select: text;
	-webkit-user-select: text;
	-moz-user-select: text;
}

a, a:link, a:visited, a:active, a:hover {
	/* this removes the blue color from links on Chrome 7.0.517.41 */
	color: inherit;
	text-decoration: inherit;
}
