body{
	

}
*{
  color:black;  
}

#imenu{
	margin-top: 0px;
    
    border-radius: 0%;
}
#menu a{
    color:wheat;
    font-weight: 400;
    font-size: 20px;
}
#menu a:hover{
    color:#fff;
    border-bottom: 3px solid red;
    font-weight: 300;
    background-color: #9A6E12;
}
.hz{
    border:1px solid #2196f3;
	border-radius: 10px;
}
th{
    text-align:center;

}
td{
    text-align:center;
   
}
table{

    border:0px solid #420C09;
}
#foot{
    /*background-color: #f37923;*/
    color:wheat;
	margin-bottom: 0px;
}
#hea{
	margin-top: 0px;
}
/*menu vertical*/
.vertical-menu{
	width:100%;
	font-weight: 400;
	font-size: 18px;
}
.vertical-menu a{
	background-color: #000;
	color:#2196f3;
	display:block;
	padding:25px;
	text-decoration:none;
	border-bottom: 3px solid #2196f3;
}
.vertical-menu a:hover{
	background-color: #2196f3;
	color:#fff;
	border-bottom: 3px solid #000063;
	font-weight: 200;
}
.vertical-menu a:active{
	background-color: #000063;
	color:#fff;
}
.td_pos a{
	background-color: #9E6B14;
	color:wheat;
	border-bottom: 3px solid #000;
}

th td .td_post a{
	text-align: left;
}
input{
	border-radius: 0px;
}

