@charset "utf-8";
/* CSS Document */

table {
    width: 75%;
    border: 1px solid black;
	margin:  1.0em auto;
	align-content: center;
    
}
td {
     align-content: center;
    padding: .2em .7em;
    border: 1px solid black;
    text-align: center;
    font-weight: bolder;
    font-size: 90%;
}
tfoot a {
    color: black;
    text-decoration-color: #76080A;
}

tfoot a:hover {
    display: block;
    background-color: #303030;
    
}