﻿body
{
	font-size: 9pt;
	text-align: left;
}

A
{
	font-size: 9pt;
	color:Black;
	text-decoration: none;
}
A:ACTIVE
{
	color: blue;
	text-decoration: none;
}
A:FOCUS /* 处于选中状态时*/
{
	color:Yellow;
	text-decoration: none;
}
A:HOVER
{
	color:#cc3333;
	position: relative;
	top: 1px;
}
A:LINK
{
	text-decoration: none;
	
}

.Class
{
	font-size: 10pt;
	font-style: normal;
	font-family: 黑体;
	color: #202425;
	line-height: 16pt;
	
}
.txtbox1
{
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
}

.9
{
	font-size: 9pt;
	text-align: center;
}
