﻿/*
	NEC colors
	Red: #CC0000
*/

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 {color:blue;}
h3 {color:deepskyblue; background-color:aquamarine}
h4 {color:green;}
img{max-width:100vw; margin-left:auto; margin-right:auto;display:block;}

#sec1{
	background-color:dodgerblue;
}
[alt="icon1"] {
	height: 25px;
}