body {
    /*	font-family:"Lucida Grande", "Helvetica", "sans-serif"; */
    line-height:120%; 
    font-size:18px;
}

h1 {margin-top: 0.5em;
    font-size:40px;
    line-height:140%;
    color:Navy}

h2 {margin-top: 1em;
    font-size:30px;
    line-height:120%;
    color:Navy}

h3 {font-size:22px;
    line-height:120%;
    color:Navy}

p {text-align:justify}

li {line-height: 160%}

#text36 {font-size:36px;
	 font-weight:bold;
	 color:Navy}

/* Make links black rather than blue */
a:link {color: rgb(0,0,0) }
a:visited {color: rgb(0,0,0) }
a:hover {color: rgb(0,0,255) }

li a:link {color: rgb(50,50,50) }
li a:visited {color: rgb(50,50,50) }
li a:hover {color: rgb(0,0,255) }

p a:link {color: rgb(50,50,50) }
p a:visited {color: rgb(50,50,50) }
p a:hover {color: rgb(0,0,255) }

td a:link {color: rgb(100,100,100) }
td a:visited {color: rgb(100,100,100) }
td a:hover {color: rgb(0,0,150) }

.content {
    max-width: 750px;
    margin: auto;
    margin-top: 20px;
}

.figure {margin-left:5em;
         margin-bottom:2em;
         font-size: 15px;
         width:80%}

hr {color: black; 
    background-color: black; 
    height: 1px}

table, th, td {
  border: none;
  border-collapse: collapse;
  padding: 3px;
  vertical-align: top;
}

.tallbox {
      float:left;
      width:300px;
      height:300px;
      padding:15px;
      }      


.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.clearfix::after {
    content:"";
    clear:both;
    display:table;
}


#blackline {
  background: #000000;
  padding:1px;
  width:16%;
  text-align:center;
}

#noborder {
    border: none;
}


.container {
    position: relative;
    text-align: center;
    font-size:70px;
    color: WhiteSmoke;
}

.top-centre {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}
