img {
max-width : 100%;
height : auto;
}
body {
color : black;
background-image : url(white.gif);
background-color : white;
}
div#content {
margin : 0% 5% 0% 5%;
padding : 15px;
display : block;
font-family : sans-serif;
font-variant : normal;
font-size : 1em;
text-decoration : none;
text-align : center;
font-style : normal;
font-weight : bold;
line-height : normal;
color : black;
}
div#content a {
  background-color: #add3e6;
  color: black;
  border: 1px solid blue;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
div#content a:hover {
  background-color: blue;
  color: white;
}
div#main {
margin : 0% 5% 0% 5%;
padding : 15px;
}
h1 {
font-size : 16pt;
text-align : center;
color : black;
}
h2 {
font-family : "Verdana", "Arial", "Times New I2";
font-weight : bold;
font-size : 12pt;
color : black;
text-align : justify;
}
h3 {
font-size : 10pt;
text-align : center;
color : black;
}
h4 {
font-family : "Arial";
font-style : italic;
font-weight : normal;
font-size : 10pt;
text-align : center;
color : black;
}
h5 {
font-family : "Verdana", "Arial", "Times New I2";
font-weight : bold;
font-size : 8pt;
color : black;
text-align : justify;
}
p {
font-family : "Verdana", "Arial", "Times New I2";
font-size : 10pt;
text-align : justify;
color : black;
}
figure {
  font-size : 12pt;
  font-weight : bold;
  text-align : center;
  color : black;
}
figcaption {
  padding: 2px;  
  font-family : "Arial";
  font-style : italic;
  font-weight : normal;
  font-size : 10pt;
  text-align : center;
  color : black;
}
body {
color : black;
background-image : url(white.gif);
background-color : white;
}
table, th, td {
  border: 1px solid;
}
table {
font-family : "Verdana", "Arial", "Times New I2";
font-weight : normal;
font-size : 8pt;
color : black;
text-align : center;
margin : auto;
}
ol {
font-family : "Verdana", "Arial", "Times New I2";
font-weight : normal;
font-size : 8pt;
color : black;
text-align : justify;
}
ul {
font-family : "Verdana", "Arial", "Times New I2";
font-weight : normal;
font-size : 9pt;
color : black;
text-align : justify;
}