body {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12pt;
  margin : 0;
  padding : 0;
  color : #000000;
  background-color : #FFFFFF;
}

td {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12pt;
}

th {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12pt;
}

li {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12pt;
}

.header {
  color : #FFFFFF;
  background-color: #003399;
}

.menu {
  color : #FFFFFF;
  background-color: #000000;
}

a.menu {
  color : #FFFFFF;
  text-decoration : none;
}

a.menu:hover, a.menu:active {
  color : #FFCC66;
}

a.button {
  text-decoration : none;
  border : 2px outset;
  padding : 2px;
  color : #FFFFFF;
 }

a.button:hover, a.button:active {
  border : 2px groove;
}

p {
  margin : 8px;
  text-align : justify;
}

h1 {
  font-size : 14pt;
  font-weight : bold;
  margin : 8px;
}

h2 {
  font-size : 14pt;
  font-weight : normal;
  margin : 8px;
}

h3 {
  font-size : 12pt;
  font-weight : bold;
  margin : 8px;
}

h4 {
  font-size : 12pt;
  font-weight : bold;
  margin : 8px;
}
