body {
  background-image: url('../../pics/backgrounds/lightblue02.jpg');
  }

div.main {
  background-color: #73d1ff;
  position: absolite;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2.5%;
  margin-bottom: 5%;
  }

h1 {
  text-align: center;
  }

h2 {
  text-align: left;
  }

p {
  text-align: justify;
  }

table.background {
  background-color: #73d1ff;
  width: 100%;
  }

table.normal {
  background-color: #73d1ff;
  width: 100%;
  }

td {
  background-color: #73d1ff;
  text-align: center;
  }

td.left, th.left {
  text-align: left;
  }

b {
  font-weight: bold;
  }

i {
  font-style: italic;
  }

u {
  text-decoration: underline;
  }

em {
  font-weight: bold;
  font-style: italic;
  }

a.link {
  color: blue;
  }

a.visited {
  color: blue;
  }

a.title {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  }
