/*
A template for near-instantaneous deployment of websites
Copyright (C) 2019 Joel Savitz and Chris Odom

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
*/

body {
  display: block ;
  margin: auto ;
  width: 50% ;
}

img {
  width: auto ;
  height: 400 ;
}

hr {
  background: #e83d2a ;
  height: 2px ;
  border: 0px ;
}

body {
  padding-top: 10px;
  display: block ;
  margin: auto ;
  width: 40% ;
  font-family: courier ;
}

img {
  width: 35% ;
  height: auto ;
}

a {
  color: #2db8d4 ;
}

a:visited {
  color: #005d70 ;
}

p {
  font-size: 11pt ;
}

h5 {
  font-size: 14pt ;
  margin: 0 ;
}
