H1 {
	font-family: "Verdana";
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
H2 {
	font-family: "Verdana";
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;}
.font {
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
	line-height: 17px;
}

.font:hover {
	color:green;
	text-decoration: underline;}
.menu {
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana;
	text-decoration: none;
	font-weight: bold;
}
.menu:link {
	color: #ffffff;
	text-decoration: none;
}
.menu:hover {
	color: red;
	text-decoration: underline;
}

.table_1 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D4D0C8;
}
.table_2 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e0e0e0;
}
.title1 {
	font-size: 17px;
	color: #000000;
	font-family: "ËÎÌå";
	font-style: oblique;
}
.button {
	background-color: #00CCFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: ridge;
	border-bottom-style: groove;
	border-left-style: ridge;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #00FFCC;
	border-left-color: #CCCCCC;
}

