#table1 { margin: 10px; Align=left; }
#table2 { margin: 10px; Align=right; }
@media screen and (max-device-width: 600px)

div.ex2 {
    max-width: 600px;
    margin: auto;
    }

#reverse { background: black;
  color: white;
  padding: 4pt;  }

#box { background: #7FFFD4; padding: 4px; border: 1px; dashed: #333; max-width: 100%;}
#content {
        width:600px;
        margin:6pt;
        text-align: left;
        background: #6b828f;  }
#corner1
  { border-top-right-radius: 20px;
    background-color: ORANGE;
    color: BLACK;
    width: 100%; }
#corner2
  { border-top-right-radius: 20px;
    background-color: green;
    color: BLACK;
    width: 100%; }
#corner4
 { border-top-right-radius: 20px;
    background-color: BLUE;
    color: white;
    width: 100%; }



.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h4.narrow
  { font-family: Arial Narrow, sans-serif;
   font-size: 14pt;
   text-align: left;
   color: black;
  line-height: 14pt;
  }

p.sansleft {
    font-family: Arial, sans;
    text-align: left;
    font-size: 12pt;
    line-height: 13pt;
    color: black;
    margin: 0px;
    }

p.timesleft
 { font-family: Times New Roman, Times, serif;
    font-size: 12pt;
    line-height: 13pt;
     margin-bottom: 0pt;
     margin-top: 0pt;
     text-align: left;}

p.blocklines {font-family: Candara, sans;
  font-size: 11pt;
  font-height: 11pt;
  text-align: left;
  margin: 0;
  padding: 0; }

p.crosshead { font-family: Garamond, serif;
        text-align: center;
        font-weight: bold;
        font-size: 16pt;
        line-height: 17pt;
        margin-bottom: 6pt;
        margin-top: 6pt;
        color: black;
        width: 100%; }

p.sansserif1 {
    font-family: Garamond, serif;
    text-align: justify;
    font-size: 12pt;
    font-height: 13pt;
    color: black;
    }

p.sansserif {
    font-family: Times New Roman, serif;
    font-size: 12pt;
    font-height: 13pt;
    text-align: justify;
    color: black;
    text-indent: 36px;
    margin: 0px;}

.content {
  max-width: 600px;
  margin: auto;
  background: white;
  padding: 6pt;
}

aside { font-family: Arial, sanserif;
  width: 30%;
  border: 1pt;
  padding-top: 6pt;
  padding-left: 6pt;
  padding-right: 6pt;
  margin-right: 6pt;
  float: left;
  background-color: #f9dba7;
}

img {display: block;}
.hanging-indent {
  padding-left: 70px;
  text-indent: -70px;
  margin-top: -15px;
}
p.introduction:first-letter {
 font-size: 100px;
 float: left;
 color: #0074D9;
 line-height: 80px;
 padding-top: 4px;
 padding-right: 1px;
 font-family: Times, serif
}
div.centre {
  text-align: center;
  }