﻿body {
  margin: 0px;
  font-family: garamond, times;
  font-size: 13pt;
  }

#left {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background: #99CC99;
  width: 50%;
  }

#right {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background: #045FB4;
  width: 50%;
  }

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

a:hover {
  text-decoration: underline;
  }

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22pt;
  font-weight: bold;
  font-variant: small-caps;
  }

h2 {
  margin-top: 20px;
  margin-bottom: 6px;
  padding: 0px;
  font-size: 14pt;
  font-weight: bold;
  }

p {
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 16px;
  }

ul {
   list-style-type: circle;
   padding-left: 30px;
   }

#merivale {
  position: absolute;
  top: 150px;
  left: 0px;
  right: 70px;
  text-align: center;
  font-size: 42pt;
  font-weight: bold;
  }

#choose {
  position: absolute;
  top: 250px;
  left: 0px;
  right: 50px;
  text-align: center;
  }

#choose a {
  padding: 10px;
  margin: 5px;
  font-weight: bold;
  font-size: 18pt;
  }

#choose a.phil {
  background: #045FB4;
  color: #FFFFFF;
  }

#choose a.songs {
  background: #99CC99;
  color: #FFFFFF;
  }

#choose a:hover {
  text-decoration: none;
  }

#links {
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 0px 20px;
  border-top: 1px solid #000000;
  padding-top: 5px;
  text-align: center;
  font-size: 12pt;
  }

#text {
  margin-top: 20px;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  border-top: 1px solid #000000;
  }

#abstract {
  padding: 60px;
  }

#abstract h1 {
  font-size: 16pt;
  font-variant: normal;
  }



