BODY {
  font-family: Arial; font-size: 8pt;
}

A:hover {
  text-decoration: underline;
  color: red;
}

A:link {
  text-decoration: none;
  color: blue;
}

A:visited {
  text-decoration: none;
  color: blue;
}

.menu {
  background-image: url('images/menu.gif');
  background-repeat: no-repeat; 
  background-attachment: fixed; background-position: left bottom;
  width: 150;
  padding: 10 0 7 26;
  margin: 0;
  font-size: 10pt;
}

.content {
  padding: 0 0 0 20;
}

.content h1 { font-size: 15pt; }
.content h2 { font-size: 13pt; }
.content h3 { font-size: 10pt; }
.content TR { font-size: 10pt; }
.content TD { font-size: 10pt; }
.content .blue { font-weight: bold; color: blue; }
.content img { margin: 5; }
.content { font-size: 10pt; text-align: justify; }

.footer {
  text-align: center;
  font-size: 8pt;
}

.software {
  text-align: center;
  font-size: 10pt;
  padding: 15 15 15 15;
}

