h2{
	margin:430px 660 30 30px;
	padding:10px;
	font-size: 180%;
	font-weight: 660;
	border-bottom:1px solid #CCCCCC;
	line-height:2em;
	letter-spacing: 0.1em;
	color: #040404 ;
	background: #eefefb;
	line-height: 1;
        line-width: 5;
	padding: 10px;
	box-shadow:1px 3px 7px 0px #666666 ;
	border-top:5px solid #b1000a;
	border-bottom:5px solid #b1000a;
	border-radius: 5px ;
	}


h3{
	margin:30px 30 30 30px;
	padding:10px;
	font-size: 130%;
	font-weight: 600;
	border-bottom:1px solid #CCCCCC;
	line-height:2em;
	line-height: 1;
	padding: 10 10 5 10px;
	border-bottom:5px solid #b1000a;
	border-radius: 5px ;
	}

#text1{
	font-size:24px;
	font-weight: 580;
	background-color:#ffffe0;
	position:relative;
	padding:16 96;
        line-height:2em;
	}

#text2{
	font-size:24px;
	font-weight: 580;
	background-color:#faf0e6;
	position:relative;
	padding:16 96;
        line-height:2em;
	}


ul{	
	font-size:1em;
	line-height:1.2em;
	padding:30 10 20 10px;
	margin:0 auto;
	list-style: none;
	position:relative;
	}




li{	
	font-size:0.9em;
	line-height:1.2em;
	padding:10px;
	margin:0 auto;
	list-style: none;
	position:relative;
	}









table {
	margin-bottom: 20px;
	border: 0;
	border-collapse: separate;
	border-spacing: 70px;
	}
td, th {
	font-size:1.5em;
 	border: 4px #696969 solid;
	border-radius: 15%;
	}

.cell-link {
	padding: 0;
	height: 0;
	}
.cell-link a{
	height: 100%;
	width: 100%;
	padding: 2px 5px;
	text-decoration: none;
	display: flex;
	align-items: start;
	justify-content:center;
	}

.cell-link a:hover {
	background-color: lavender;
	padding:0;
	margin:0 auto;
	border-radius: 15%;	
	}

.imglink{
	position: absolute;
 	top: 62%;
 	transform: translateY(-50%);
  	}



