body {
	background: white;
}

a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: none; }
a:hover {text-decoration: underline; }

a.titleLink:link {text-decoration: none; color: white; }
a.titleLink:visited {text-decoration: none; color: white;}
a.titleLink:active {text-decoration: none; color: white;}
a.titleLink:hover {text-decoration: underline; color: white;}

a.activeTitleLink:link {text-decoration: none; color: blue; }
a.activeTitleLink:visited {text-decoration: none; color: blue;}
a.activeTitleLink:active {text-decoration: none; color: blue;}
a.activeTitleLink:hover {text-decoration: underline; color: white;}

#menuDiv {
	position: absolute;
	width: 450px;
	border: 1px solid black;
	padding: 5px;
	background-color: white;
	visibility: hidden;
	text-align:justify;
	z-index: 100;
}

.text_black {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: black;
}

.title_blue {
	font-family: 宋体;
	font-size: 18px;
	color: blue;
}

.inputBox {
	background-color: white;
	border:1px solid black;
	font-family: 宋体;
	font-size:12px;
	color: black;
}
