body  {
  background-color : #FFFFFF;
  font-family : Times, serif;
  color : #101010;
  font-size : medium;
}

h1 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #0000FF;
  font-size : 200%;
}

h2 {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  color : #0000FF;
  font-size : 150%;
}

p {
  text-align : justify;
}

strong {
  color : #600000;
}

em {
  color : #600000;
}

.figure {
  text-align : center;
}

.caption {
  padding-left : 10%;
  padding-right : 10%;
  font-style : italic;
}

.footnotes {
  padding : 0.5em;
  background-color : #E0E0E0;
  color : #000000;
  font-size : smaller;
}

.header {
  text-align : center;
}

.footer {
  text-align : center;
  font-size : smaller;
}

.attention {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align : center;
  color : #000000;
  font-weight : bold;
  padding : 1em 3em;
  background-color : #FFFFFF;
  border : solid #FF0000;
}

a:link {
  color : #0000F0;
  text-decoration: none;
}
a:visited {
  color : #0000B0;
  text-decoration: none;
}
a:hover {
  color : #0000B0;
  text-decoration: none;
}
a:active {
  color : #0000B0;
  text-decoration: underline;
}

