body {
  background: white;
}
h1{
  color: green;
  font-size: 3ex;
  text-decoration: none;
  margin: 0;
}
h2{
  color: green;
  font-size: 2ex;
  text-decoration: underline;
  margin: 0;
}
p{
  color: black;
  font-size: 2ex;
  margin: 15;
}
A {
  color: black;
  text-decoration: none;
}

A:hover {
  color: green;
  text-decoration: underline;
}

TR.header {
  background: #f8f8f9;
}

TR.headerNavigation {
  background: green;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 2ex;
  background: green;
  color: white;
  font-weight : bold;
}

A.headerNavigation { 
  color: white;
}

A.headerNavigation:hover {
  color: white;
}

TR.footer {
  background: white;
}

TR.footerNavigation {
  background: green;
}

TD.footerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 2ex;
  background: green;
  color: white;
  font-weight : bold;
}

A.footerNavigation { 
  color: white;
}

A.footerNavigation:hover {
  color: white;
}
.infoBox {
  background: #b6b7cb;
  background: green;
}
       
.infoBoxContents {
  background: #f8f8f9;
  font-family: Arial, Verdana, sans-serif;
  font-size: 2ex;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 2ex;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 2ex;
  font-weight: bold;
  background: #bbc3d3;
  background: green;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 2ex;
}

.design {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: blue;
}
A.design:hover {
  color: blue;
}


