body {
  background-color : rgb(100%,100%,100%);    
  font-family : Helvetica, Arial, Times, serif;
  color : black;
  text-decoration : none;
  font-size : small;
}

a {
  color : #0000FF;
  font-weight : normal;
  text-decoration : none; 
}

a:hover {
  text-decoration : underline; 
}

p {
  font-size : small;
  font-weight : normal;
}

ul {
  margin-top: 3px;
  margin-bottom: 10px;
}

li {
  font-size : small;
}

td {
  font-size : small;
}

th {
  font-size : small;
}

dd {
  font-size : small;
}

dt {
  font-weight : bold;
}

tt, pre, code {
  font-family : Courier;
  font-size : small;
}

pre.code {
  font-family : Courier;
  font-size : small;
  font-weight : bold;
  background-color : rgb(240,240,240);
  border-style : ridge;
}

h1 {
  font-size : xx-large;
  font-weight : bold;
  font-style : normal;
}

h2 {
  font-size : x-large;
  font-weight : bold;
  font-style : normal;
}

h3 {
  font-size : large;
  font-weight : bold;
  font-style : italic
  margin-top: 0px;
  margin-bottom: 0px;
}

h4 {
  font-size : medium;
  font-style : italic;
  font-weight : normal;
  margin-top: 0px;
  margin-bottom: 0px; 
}

h5 {
  font-size : small;
  font-style : italic;
  font-weight : normal;
}

#task table {
  margin : 10pt;
  background-color : rgb(240,240,240);
  border-style : ridge;
  padding : 10pt;
}

#task body,
#task a, 
#task p, 
#task td,
#task li {
  font-size : small;
  font-weight : bold;
  font-style : italic; 
  list-style-type : square; 
}
	
#task th {
  font-size : medium;
  font-weight : bold;
  font-style : normal;
}

#footer {
	text-align: right;
}
