/*
	NEC colors
	Red: #CC0000
*/
.multicol { column-count:unset}
table{ border:4pt solid black; border-collapse:separate; border-radius:12px; border-spacing:0; margin-left:auto; margin-right:auto;}
table a{
	text-decoration:none;
	border-bottom: 1px dotted gray;
	color:unset;
}
#hours th {
	background-color: yellow;
	color: firebrick;
	font-weight: bold;
	border-bottom: 1pt solid black;
}
td {
	padding-left: 5px;
	padding-right: 5px;
}
h1 {color: #CC0000;}
h2 {
	text-align:center;
	color: blue;
	background-color: #008000
}
h3 {
	text-align: center;
	color: white;
	background-color: #CC0000
}
h4 {
	text-align: center;
	color: green;
}
img {
	max-width: 100vw;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#sec1{
	background-color:dodgerblue;
}
[alt="icon1"] {
	height: 25px;
}