html, body { 
  background: #fff;
  color: #000;
  margin-left: 10%; 
  margin-right: 10%; 
  font-family: sans-serif
}

h1, h2, h3, h4, h5, h6 {
  margin-left: -4%;
  font-family: sans-serif;
  text-align: center;
}

h1 { margin-top: 3em }

/*
:link {
  background: #fff;
  color: rgb(0, 0, 153)
}

:visited {
  background: #fff;
  color: rgb(153, 0, 153)
}

:active {
  background: #fff;
  color: rgb(255, 0, 102)
}

:hover {
  background: #fff;
  color: rgb(0, 96, 255)
}
*/

img {
  border: none;
}

div.navbar {
  text-align: center;
}

#footer {
  text-align: center;
  width: 100%;
  top: auto;
  bottom: 0;
  right: auto;
  left: auto;
}

div.logo {
  margin-top: 3em;
  text-align: center;
}

div.packageInfo {
  text-align: center;
}

caption {
  border-style: solid;
  border-collapse: collapse;
  width: auto;
  color: #fff;
  background: #aaa;
}

table.packageInfo {
  border-collapse: collapse;
  border-style: solid;
  color: #fff;
  background: #aaa;
  right: auto;
  left: auto;
}

/*
dt {float:left;clear:left;text-decoration:underline;}
dd {float:left;width:80%;}
*/

#applet {
  text-align: center;
}

