/*    链接样式   */
      A{
	    font-size:10.2pt;
	    color: blue;
	    text-decoration:none;
	    }
 A:hover{color:red;text-decoration:none;}
 
TextArea{font-size:11.2pt;background-color:none;}

	.rich{ /*特殊链接*/
		text-decoration : none;
		color:black;
		cursor:hand;
		behavior:url(htc/link2.htc);
		font-family : 宋体;
		font-size:10pt;
	}


/* 可用于模拟窗口或者DIV的样式*/
    .ddd{
		border-top:outset white;
		border-right:outset black;
		border-bottom:outset black;
		border-left:outset white;
		border-width:1px;
        }
    .bbb{
	      border-top: solid black;
	      border-right:solid black;
	      border-bottom:solid black;
	      border-left:solid black;
		  border-width:1px;
		 }
		

/* 按钮或者文本框样式  */
    .btn{
	     font-size:9pt;
		 Text-Algin:absmiddle;
		 /*border-width:1px;*/
	     behavior:url(htc/button.htc);  /*按钮颜色变换*/
		 }

/*文本输入框样式*/
 .text{
          font-size:10pt;
          font-family:宋体;
		  behavior:url(htc/input.htc);  /* transparent;*/
 }