*
{
  margin:0em;
  padding:0em;
}

html
{
  width:100%;
  height:80%;
  background-color:ghostwhite;
}
header h1
{
  font-size:xx-large;
}
.content
{
  margin:auto;
  width:100%;
  height:90%;
  min-height:400px;
  max-height: 700px;
}
body
{
  max-width:1200px;
  width:95%;
  border:2px solid forestgreen;
}
ul.equipment
{
  padding-top:.25em;
  margin-left:8em;
}
ul.equipment li
{
  padding-left:.3em;
  margin-left:4em;
}
