h2 {
  max-width: 400px;
  color: white;
  background: darkblue;
  font-family: Arial;
  padding: 3px;
  padding-left: 10px;
  text-align: center;
}

nav {
  max-width: 400px;
  font-family: Arial;
  font-size: 100%;
  background: #E6F3FF;
  padding: 7px;
}
a {
  border: 1px solid;
  border-radius: 5px;
  border-color:DarkOrange;
  background: #D0EAFF;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

button {
  margin-top: 12px;
  width: 80px;
  border-color: Darkblue;
  border-radius: 5px;
  background-color: LightSteelBlue;
  color:Black;
  font-family:Arial,Times,serif;
  font-weight:bold;
  font-size:100%;
  padding: 5px;
}
form {
  max-width: 400px;
  font-family:Arial,Times,serif;
  font-size:100%;
  font-weight:bold;
  color: Darkblue;
  padding: 7px;
  padding-left: 10px;
  background: #D0EAFF;
  /*
  border: 1px solid;
  border-radius: 5px;
  border-color:Darkblue;
  */
}

.layout01 tr td {
  color:black;
  background: AliceBlue;
  font-family: Arial;
}
.layout01 th {
  font-family: Arial;
  padding:5px;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
.layout01 th:nth-child(1), .layout01 th:nth-child(2) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout01 td:nth-child(1), .layout01 td:nth-child(2) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout01 th:nth-child(3), .layout01 th:nth-child(4), .layout01 th:nth-child(5), .layout01 th:nth-child(6), .layout01 th:nth-child(12) {
  background: #D0EAFF;		// AliceBlue 92% darker
}
.layout01 td:nth-child(3), .layout01 td:nth-child(4), .layout01 td:nth-child(5), .layout01 td:nth-child(6), .layout01 td:nth-child(12) {
  background: #D0EAFF;		// AliceBlue 92% darker
}
.layout01 th:nth-child(7), .layout01 th:nth-child(8), .layout01 th:nth-child(9), .layout01 th:nth-child(10), .layout01 th:nth-child(11)  {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout01 td:nth-child(7), .layout01 td:nth-child(8), .layout01 td:nth-child(9), .layout01 td:nth-child(10), .layout01 td:nth-child(11)  {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout01 td {
  text-align: right;
  padding: 5px;
}
.layout01 td:nth-child(1) {
  text-align: left;
  font-weight: bold;
}
.layout01 td:nth-child(3), .layout01 td:nth-child(4), .layout01 td:nth-child(5) {
  color: blue;
}
.layout01 td:nth-child(6) {
  color: green;
}
.layout01 td:nth-child(7), .layout01 td:nth-child(8), .layout01 td:nth-child(9) {
  color: darkred;
}
.layout01 td:nth-child(10), .layout01 td:nth-child(11) {
  color: darkblue;
}
.layout01 td:nth-child(12) {
  color: blueviolet;
}

.layout02 tr td {
  width: 200px;
  color: DarkBlue;
  font-family: Arial;
  padding: 3px;
}
.layout02 th {
  color: DarkBlue;
  font-family: Arial;
  font-size: 100%;
  text-align: left;
  padding-bottom: 10px;
}
.layout02 tr:nth-child(even) {
  background: #E0EDFF;
}
.layout02 tr:nth-child(3), .layout02 tr:nth-child(5), .layout02 tr:nth-child(7), .layout02 tr:nth-child(9), .layout02 tr:nth-child(11) {
  font-size: 160%;
  font-weight: bold;
}
.layout02 tr:nth-child(13) {
  background: #E0EDFF;
}

.layout03 tr td {
  color:black;
  background: AliceBlue;
  font-family: Arial;
  font-size: 80%;
}
.layout03 th {
  font-family: Arial;
  font-size: 80%;
  padding:5px;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
.layout03 th:nth-child(1),.layout03 th:nth-child(2) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout03 td:nth-child(1),.layout03 td:nth-child(2) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout03 th:nth-child(3),.layout03 th:nth-child(4),.layout03 th:nth-child(5),.layout03 th:nth-child(9),.layout03 th:nth-child(10),.layout03 th:nth-child(11),.layout03 th:nth-child(15),.layout03 th:nth-child(16),.layout03 th:nth-child(17),.layout03 th:nth-child(20) {
  background: #D0EAFF;		// AliceBlue 92% darker
}
.layout03 td:nth-child(3),.layout03 td:nth-child(4),.layout03 td:nth-child(5),.layout03 td:nth-child(9),.layout03 td:nth-child(10),.layout03 td:nth-child(11),.layout03 td:nth-child(15),.layout03 td:nth-child(16),.layout03 td:nth-child(17),.layout03 td:nth-child(20) {
  background: #D0EAFF;		// AliceBlue 92% darker
}
.layout03 th:nth-child(6),.layout03 th:nth-child(7),.layout03 th:nth-child(8),.layout03 th:nth-child(12),.layout03 th:nth-child(13),.layout03 th:nth-child(14),.layout03 th:nth-child(18),.layout03 th:nth-child(19) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout03 td:nth-child(6),.layout03 td:nth-child(7),.layout03 td:nth-child(8),.layout03 td:nth-child(12),.layout03 td:nth-child(13),.layout03 td:nth-child(14),.layout03 td:nth-child(18),.layout03 td:nth-child(19) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout03 td {
  text-align: right;
  padding: 5px;
}
.layout03 td:nth-child(1) {
  text-align: left;
}
.layout03 td:nth-child(3),.layout03 td:nth-child(4),.layout03 td:nth-child(5),.layout03 td:nth-child(6),.layout03 td:nth-child(7),.layout03 td:nth-child(8),.layout03 td:nth-child(9),.layout03 td:nth-child(10),.layout03 td:nth-child(11) {
  color: blue;
}
.layout03 td:nth-child(12), .layout03 td:nth-child(13), .layout03 td:nth-child(14) {
  color: green;
}
.layout03 td:nth-child(15), .layout03 td:nth-child(16), .layout03 td:nth-child(17) {
  color: darkred;
}
.layout03 td:nth-child(18), .layout03 td:nth-child(19) {
  color: darkblue;
}
.layout03 td:nth-child(20) {
  color: blueviolet;
}

.layout04 th {
  font-family: Arial;
  background: AliceBlue;
  padding:5px;
  border-top: 2px solid black;
  border-bottom: 1px solid black;
  text-align: center;
}
.layout04 tr td {
  color:black;
  font-family: Arial;
  background: AliceBlue;
}
.layout04 th:nth-child(3), .layout04 th:nth-child(4), .layout04 th:nth-child(5), .layout04 th:nth-child(9)  {
  background: #D0EAFF;		// AliceBlue 92% darker
}
.layout04 td:nth-child(3), .layout04 td:nth-child(4), .layout04 td:nth-child(5), .layout04 td:nth-child(9) {
  background: #D0EAFF;		// AliceBlue 92% darker
}
.layout04 th:nth-child(6), .layout04 th:nth-child(7), .layout04 th:nth-child(8) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout04 td:nth-child(6), .layout04 td:nth-child(7), .layout04 td:nth-child(8) {
  background: #E6F3FF;		// AliceBlue 95% darker
}
.layout04 td {
  text-align: right;
  padding: 5px;
}
.layout04 td:nth-child(1) {
  text-align: left;
  font-weight: bold;
}
.layout04 td:nth-child(3), .layout04 td:nth-child(4), .layout04 td:nth-child(5) {
  color: darkblue;
}
.layout04 td:nth-child(6), .layout04 td:nth-child(7), .layout04 td:nth-child(8) {
  color: black;
}
.layout04 td:nth-child(9) {
  color: blue;
}

.layout05 tr td {
  width: 200px;
  color: DarkBlue;
  font-family: Arial;
  padding: 3px;
}
.layout05 th {
  color: DarkBlue;
  font-family: Arial;
  font-size: 100%;
  text-align: left;
  padding-bottom: 10px;
}
.layout05 tr:nth-child(even) {
  background: #E0EDFF;
}
.layout05 tr:nth-child(3), .layout05 tr:nth-child(5), .layout05 tr:nth-child(7), .layout05 tr:nth-child(9), .layout05 tr:nth-child(11) , .layout05 tr:nth-child(13) {
  font-size: 160%;
  font-weight: bold;
}
.layout05 tr:nth-child(15) {
  background: #E0EDFF;
}


