body {
	font-size: 9pt;
	font-family:  Arial;
	color: #000000;
	text-decoration: none;
	
}

td {
	font-size: 9pt;
	font-family:  Arial;
	color: #000000;
	text-decoration: none;

}

th {
	font-size: 9pt;
	font-family:  Arial;
	color: #000000;
	text-decoration: none;
}

li {
	font-family: Arial;
	font-size: 9pt;

	line-height: 150%;
}

input,radio,select,textarea
{
  font-size:  9pt;
  color:    #000000;
  font-family:  Arial;
}


A:link {color:black;}
A:visited {color:black;}
A:active {color:black;}
A:hover {color:#008000;text-decoration: underline;}


/*主菜单的css*/
.menu {
	font-family:  Arial;
	font-size: 9pt;
	color: #FFFF00;
	
}


A.menu:link {color:#FFFFFF;	text-decoration: none;}
A.menu:visited {color:#FFFFFF;text-decoration: none;}
A.menu:active {color:#CCCCCC;text-decoration: underline;}
A.menu:hover {color: #FFFFFF;text-decoration: underline;}

/*教程菜单的css*/
.t {
	font-family:  Arial;
	font-size: 9pt;
	
}


A.t:link {text-decoration: none;}
A.t:visited {text-decoration: none;}
A.t:active {text-decoration: underline;}
A.t:hover {text-decoration: underline;}

