<style type="text/css">
  body{font-size:large;font-family:serif;color:black;background-color:white;}
  h1{font-family:Helvetica;}
  h2{font-family:Helvetica;}
  h3{font-family:Helvetica;}
  p{line-height:130%}
  #id1 {width:67px;}
  #id2 {width:160px;}
  #id3 {width:750px;}
  #idblock {text-align: justify;}
  #id4 {display: flex;
	align-items: center;
	justify-content: center;
        text-align: center;
        flex-direction: column;}
  #id5 {style="text-align:center";}

  #plot_title{
   font-family:Helvetica;
   margin: 40px 0px 0px 0px;
  }

  .copyright {
   font-size: 0.9em;
   color: Black;
   text-align: center;
  }

  #vspace {
   height: 100px;
  }

  #footerBar {
   height: 25px;
   background-color: #D3D3D3;
   margin: 0px 0px 17px 0px;
  }

  #footer {
   color: #2269B6;
  }

  p.ml {
   margin-left: 30px;
  }

  li {
   float: left;
  }

  .tablestyle1 td
  {
    padding:2px 15px 2px 15px;
  }

  #title
  {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;

    font-family:Helvetica;
    font-size: 40px;
  }
  #subtitle1
  {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;

    font-family:Helvetica;
    font-size: 23px;
  }
  #subtitle2
  {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;

    font-family:Helvetica;
    font-size: 26px;
  }

</style>

