@font-face {
  font-family: 'Chomsky';
  src: url("Chomsky.otf") format("opentype"),
  url('Chomsky.woff') format('woff');
}

img{
float:right;
}

h1 {
  font-family: 'Chomsky', 'Goudy Old Style';
  text-align: center;
}

h2 {
  font-family: 'Goudy Old Style';
  font-weight: bold;
}

h3 {
  font-family: 'Arial';
  color: red;
  font-size: 75%;
  font-weight: bold;
  letter-spacing: 1px;
}

p {
  font-family: 'Georgia';
}

ol {
  font-family:'Georgia';
}

.buffer {
  padding-bottom: 2%;
}

a {
  text-decoration: none;
  color : #000;
}

a:hover {
  color: #000;
}

hr {
  border: 0;
  border-top: 4px double #000;
}

hr:after {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
  color: #000;
  font-size: 18px;
}

/* Thank you to W3School for the code below. */

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  text-align: center;
  font-family: 'Arial';
  padding: 1% 8%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  font-weight: bold;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 4% 4% 3% 4%;
  border: 1px solid #ccc;
}
