
body {
  position: relative;
  width: 90%;
  height: 90%;
  background-color: #0078BB; /* #003293; #4A4A66; */
  font-family: Arial, Helvetica, Verdana, sans-serif;
}

#poetry {
  color: #B5B5B5;
  width: 60%;
  max-width: 60%;
  font-size: 6mm;
}

ul {
  position: relative;
  left: 1cm;
}

h1 {
  font-size: 8mm;
}

p {
  padding-top: 0;
  padding-bottom: 1mm;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

#line1 {
  position: relative;
  left: 2cm;
}

#line2 {
  position: relative;
  left: 3cm;
}

#line3 {
  position: relative;
  left: 4cm;
}

#line4 {
  position: relative;
  left: 5cm;
}

#line5 {
  position: relative;
  left: 6cm;
}

#line6 {
  position: relative;
  left: 7cm;
}

#line7 {
  position: relative;
  left: 8cm;
}

#line8 {
  position: relative;
  left: 9cm;
}

#line9 {
  position: relative;
  left: 10cm;
}

/* Most of the below is from http://css.maxdesign.com.au/listamatic/'s
  "Eric Meyer's Simple Separators" */

#menu {
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid gray;
  width: 125px;
}

#menu li {
  list-style: none;
  margin: 0;
  padding-top: 0.10em;
  padding-bottom: 0.25em;
  padding-left: 0.10em;
  padding-right: 0.10em;
  border-top: 1px solid gray;
}

#menu li a {
  color: black;
  text-decoration: none;
  font-size: 2mm;
}

