body
{
  background-color: #fc9405;
  text-align: center;
  color: white;
  font-family: "Trebuchet MS", Times, monospace;
}

h1
{
  font-size: 100px;
}

h2
{
  font-size: 60px;
}

h3
{
  font-size: 40px;
}

#boxart
{
  border: solid;
}

/* Side by side divs from:
https://stackoverflow.com/questions/2637696/how-to-place-div-side-by-side */

.container
{
  width: 100%;
  overflow: auto;
  border: solid white medium;
}

#aspects
{
  float: left;
  width: 65%;
  border-right: 4px solid white;
  padding-right: 10px;
  padding-left: 10px;
}

#moments
{
  float: right;
  width: 33%;
}

#media
{
  width = 100%
}

.tableElement
{
  border: solid white 2px;
}

tr
{
   font-size: 20px
}

th
{
  font-size: 30px;
}

p
{
  font-size: 20px;
}

li
{
  font-size: 30px;
}

iframe
{
  width: 600px;
  height: 400px;
}

#link
{
  color: #3f3fff;
}
