@charset "utf-8";
/* CSS Document */
.Table {
  width: 100%;
  margin-bottom: 30px;
  border: 2px solid #f6bb9e;
  border-collapse: collapse;  
  background-color: #fff;
}

.Table th,
.Table td {
  padding: 10px 20px;
  border: 1px solid #f6bb9e;
}
.Table th {
  width: 10em;
  text-align: left;
}
/*
.btns{
    width: 100px;
    background: #fff;
	text-align: center;
    padding: 10px;
    margin: 0 px;
    font-size: 1em ;
    
}

.btns:hover{
	opacity: 0.7;
	background: #ffa700;
}
*/
.link a{

color:#000;
}

dl a{
color: #00f;
font-weight: bolder;
}

dl a:hover{
text-decoration: underline;
}

main{
padding-bottom: 20px;
}