body {
  background-color: #FFFBF0;
  margin-left: 10%; 
  margin-right: 10%; 
  font-family: Arial, Helvetica, sans-serif
}
p,ul,ol,dl,blockquote {font-family: Arial, Helvetica, sans-serif; text-align: justify;}
h1 { margin-left: -8%; color: green; border-top: thin black solid}
h1.title { 
  margin-left: 0; color: red; text-align: center; line-height: 22pt;
  border-top: none 
}
h2 { margin-left: -4%; color: green }
h3 { color: green }
h4 { color:green }

@media screen {  /* hide from IE3 */
  A:hover { background: #FFA } 
}

strong { text-transform: uppercase; font-weight: bold }
b { color:#006699 }
dt { color:#006699; font-weight: bold; margin-top: 3pt; }

td { background: #CCFFFF }
th { background: #c0c0c4; text-align: center; font-weight: bold }
caption { color:green; font-weight: bold; margin-top: 1em }

p.splash { color: #006699 }
p.banner { margin-left: -4% }
blockquote,q { color: #003366; font-style: italic }
pre { font-family: monospace }

div.disclaimer {margin-left: -8%}
div.group {margin-left: 4%}

div.colour {
  background: rgb(204,204,204);
  padding: 1.5em;
  border: none;
  width:100%
}
.question {font-style: italic;}
.center {text-align: center;}


