body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
/*计算器*/
.an_1 {
	border: 1px solid #FF6600;
	background-color: #FEDA96;
}
.an_2 {
	border: 1px solid #FF6600;
	text-align: right;
	font-size: 20px;
	color: #FF0000;
	font-weight: bolder;
}
/*历史记录*/
.ul {
	margin: 0;
	list-style-type: none;
}
.li {
	width:118px;
	float: left;
	text-align: left;
	background-color: #E7E7E7;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 1px;
}
.jl {
	background-color: #FEDA96;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*货币转换*/
#user_login input{
	height: 20px;
	width:130px;
	border: 1px solid #4683AF;
	color:#666666;
}
#user_login2 input{
	height: 20px;
	width:115px;
	border: 1px solid #4683AF;
	color:#666666;
}