/*
CSS for Bubble Under site
*/
p {
  font-weight: bold;
  color: navy;
}
#navigation {
  width: 180px;
  border: 1px dotted navy;
  background-color: #7da5a8;
}

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: #e2edff;
  padding: 15px;
  line-height: 150%;
  border: 4px solid navy;
}
h1 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: x-large;
}

li {
  font-size: small;
}

h2 {
  color: blue;
  font-size: medium;
  font-weight: normal;
}
