a:link {
  text-decoration: none;
  color: #0000ff;
}
a:visited {
  text-decoration: none;
  color: #800080;
}
a img {
  border:  none;
}
a:hover {
  text-decoration: underline;
  color: #ff9933;
}
a:active {
  text-decoration: underline;
  color: #ff9933;
}
a:focus {
  text-decoration: none;
  color: #ff9933;
}
body {
  background-image: url(clouds.jpg);
  background-attachment: fixed;
  text-align: center;
}
* {
  font-family: Verdana,Arial,sans-serif;
  font-size: 11pt;
}
h1 {
  font-size: 14pt;
  font-weight: bold;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
}
h3 {
  font-size: 12pt;
}
img {
  border:  none;
}
li {
  margin-bottom: 0.1cm;
}
table {
  margin-left: auto;
  margin-right: auto;
}
tr, th, td {
  padding: 3px;
  margin: 3px;
  text-align: left;
  vertical-align: top;
}
