




.h1{
	
	color:#007cb8;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:10px;
	}

.h2{
	
	color:#000000;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	/* line-height:2px; */
	}

.h3{
	
	color:#fff;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:36px;
	text-align:right;
	}

.h4{
	
	color:#fff;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	
	}

.h5{
	
	color:#fff;
	font-weight:bold;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:35px;
           text-align:center;
	}


.h20{
	
	color:#f40;
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:27px;
	}
.a{
            
             
			/*border-color:#9cd842; */
			width:80%;
			border-bottom:2px solid #007db8;
			border-right:2px dashed #F00;
			border-left:2px dotted #00F;
			border-top:4px double #9cd842;
			
			/* border-style:dotted solid double dashed; */
            
        }

.bk1{ 
     border-bottom:2px solid #c1c1c1;
    }



.b{
	color:red;
	background-color:#9cd842;
	font-family:Georgia, "Times New Roman", Times, serif
	 
	}

.b1{
	color:green;
	border-color:#007db8;
	border-bottom:3px dashed #9cd842;
	border:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
	}
.b2{
	width:100px;         /*菜单宽度*/
    height:50px;        /*菜单高度*/
    line-height:30px;   /*字体高度, 可设为菜单高度*/
    font-size:13px;     /*字体大小*/
    color:#007db8;         /*字体颜色*/
    background:#9cd842; /*背景色*/
    font-weight:bold;   /*字体粗细*/
    font-family:Verdana, Geneva, sans-serif;/*什么字体*/   
    border: 0px solid red;  /*边框颜色*/
    border-width:0px 5px 0px 0px;
  
	
	
	}