body
{
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: white;
}

a
{
  color: #c30;
  text-decoration: none;
}

a:hover
{
  color: #c00;
  text-decoration: underline;
}

.vislogo
{
  width: 15em;
}

.left
{
  float: left;
}

.nav
{
  color: #c30;
  background: #fec;
  font-weight: bold;
  text-align: right;
  border-top: thick solid #f90;
  border-bottom: thick solid #f90;
  width: 15em;

}

.nav h1
{
  font-size: 90%;
  text-align: center;
  color: white;
  background: #f90;
  text-transform: uppercase;
  margin: 0;
}

.nav ul
{
  font-size: 80%;
  margin: 0;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding-left: 0;
}

.nav li
{
  list-style-type: none;
  display: block;
}

.right
{
  float: right;
  margin-right: 5em;
}

.content
{
  color: #036;
  width: 35em;
}

.content h1, .content h2, .content h3
{
  color: #039;
}

.content h1
{
  font-size: 120%;
}

.content h2
{
  font-size: 110%;
}

.content h3
{
  font-size: 105%;
}



