#title {
  position: absolute;
  top: 0px;
  left: 20%;
}

#bar { 
  height: auto;
  width: 90%;
  left: 0px;
}

#frame {
  top: 40%;
  height: 40%;
  left: 5%; 
  width: 80%;
} 

#subMenu { 
  position: absolute;
  right: 10%;
  top: 10%;
  font-size: larger;
}

#subMenu LI { 
  list-style-type: none;
  vertical-align: middle;
  background-color: white;
  white-space: nowrap;
}

#subMenu LI A { 
  text-decoration: underline;
  color: #663333;
}

P:first-letter { font-size: 1.4em; }
P:first-line { font-style: italic; }
P EM { font-weight: bold; }

SPAN.black { color: black; }
SPAN.pink { color: #FFCCCC; }

