@charset "utf-8";

/* This document, style1.css, is the primary style sheet for the Foundation website, http://www.foundationwebsite.org.
Author: Joseph Caldwell
Date Created: 13 November 2020
Note that the @charset statement must be the first line in the file, and with no leading spaces.
*/

h1 {
  font-family: Arial, Calibri, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  background-color: white;
  color: red;
  }
h2 {
  font-family: Arial, Calibri, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  background-color: white;
  color: red;
  }
h3 {
  font-family: Arial, Calibri, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  font-style: italic;
  background-color: white;
  color: red;
  }
h4 {
  font-family: Arial, Calibri, sans-serif;
  font-size: 16pt;
  font-weight: bold;
  text-decoration: underline;
  }
h5 {
  font-family: Arial, Calibri, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  text-decoration: underline;
  }
h6 {
  font-family: Arial, Calibri, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  }
p {
  font-family: Arial, Calibri, sans-serif;
  font-size: 16pt;
  }
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  font-size: large;
}
tr {
	vertical-align: top;
}	
