
table>tbody>tr:hover>td, table>tbody>tr:hover>th {
	/*background-color: rgb(239, 252, 226);*/
	background-color: rgb(100, 203, 226);
	color: rgb(7, 47, 77);
}

table>thead>tr>th, table>tbody>tr>th,
	table>tfoot>tr>th, table>thead>tr>td,
	table>tbody>tr>td, table>tfoot>tr>td {
	padding: 0.2em !important;
}

p {
	font-family: "Calibri";
}

ul {
	font-family: "Calibri";
}

h1 {
	font-family: "Calibri"; font-size: 40px; font-weight: bold;
}

h2 {
	font-family: "Calibri"; font-size: 35px; font-weight: bold;
}

h3 {
	font-family: "Calibri"; font-size: 30px; font-weight: bold;
}

h4 {
	font-family: "Calibri"; font-size: 22px; font-weight: bold;
}
<<<<<<< .mine

p, h1, h2, h3, h4, h5, li {
    font-family: 'Roboto', sans-serif!important;
    }

li {
    color:#001B2C;
    font-weight: 600;
    font-size: 15px;
}

li:hover{
    color:#0270FF;
    cursor: help;
    font-weight: 500;
    font-size: 16px;
}

h1 {
    font-size: 24px; 
}

h2 {
    font-size: 20px; 
}

h3 {
    font-size: 18px; 
}

h5 {
	font-family: "Calibri"; font-size: 20px; font-weight: bold;
}

