
BODY {
  font-family: sans-serif, Arial;
  line-height: 1.2em;
  background-color: white;
}

P.nav {
  font-size: 75%;
  text-align: center;
}

P.head {
  font-size: 150%;
  color: blue;
  font-weight: bold;
  clear: both;
}

FONT.head {
  font-size: 150%;
  color: blue;
  font-weight: bold;
}

P.bold {
  color: blue;
  font-weight: bold;
}

FONT.bold {
  color: blue;
  font-weight: bold;
}
table.ship {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  width: 80%
  }

table.ship td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  }

tr.country td {
 font-size: 110%;
 color: blue;
 font-weight: bold;
 text-align: left;
 }

tr.ship2 {
 font-weight: bold;
 }

.spaced li {
	margin-bottom: 6px;
	}

