
body {
  font-family: 'courier new';
  font-size: 10pt;
  background-image: url('../images/mountain2.jpg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: ffffff;
}

a {
  color: darkblue;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  text-decoration: underline;
}

div#sidebar {
  margin: 0px 50px 0px 50px;
  text-align: center;
  float: right;
}

div#list {
  margin: 50px 50px 0px 0px;
  padding: 10pt;
  float: right;
}

p {
  margin: 50px 50px 50px 50px;
}