body { margin: 0px; padding: 0px; text-align: left; font-size: 16px; font-family: "Palatino Linotype","Book Antiqua",Palatino,serif; color: black; background-color: white; }
h1 { margin: 20px 0px 0px 0px; font-size: 150%; line-height: normal; font-weight: 900; color: black; }
h2 { font-weight: normal; font-size: 125%; line-height: normal; color: rgb(0, 0, 255); }
h4 { font-weight: normal; font-size: 100%; line-height: normal; color: rgb(0, 0, 255); }
p { margin: 0px 0px 15px 0px; }
table { border: 0; margin: 20px 0px 30px 10px; border-collapse: separate; border-spacing: 0px; background-color: white; }
td { padding: 10px; line-height: normal; vertical-align: top; background-color: white; }
th { font-size: 110%; font-weight: bold; line-height: normal;  border-bottom: 1px solid black; padding: 3px; background-color: white; text-align: left; }
ul { margin: 20px 0px 10px 0px; font-size: 100%; font-weight: normal; line-height: normal; }
ol { margin: 0px 0px 0px 0px; font-size: 100%; font-weight: normal; line-height: normal; }
li { margin: 3px 0px; }
a { text-decoration: none; }
a:link { color: rgb(0, 0, 255); }
a:visited { color: rgb(0, 0, 255); }
a:hover { text-decoration: underline; }
a.menu { font-size: 100%; font-weight: normal; line-height: normal; }
a.menu:link { color: rgb(0, 0, 255); text-decoration: none; }
a.menu:visited { color: rgb(0, 0, 255); text-decoration: none; }
a.menu:hover { text-decoration: underline; }
#Content { margin-left: auto; margin-right: auto; padding: 20px; max-width: 1024px; background-color: white; }
img {  border-style: none; }
#Intro { margin-left: 0px; margin-right: 0px; padding: 0px; text-align: justify; }

.auto-resizable-iframe {
  max-width: 720px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
