/* CSS Document */
  body {color: black; background: white; margin-left: 2em; }
  h1 { font-family: "Times New Roman", Times, serif; font-size: 3em; margin-bottom: 0em; }
  h2 { color: green; font-family: "Times New Roman", Times, serif; font-size: 1.5em; font-weight: bold; margin-top: 0em;}
  div p { text-align:left; margin-left: 5; }
  .divpind { margin-left: 5em; }
  .red { color: green; }
  h4 { color: red; font-family: Times New Roman, Times, serif; font-size: 1em; font-weight: bold; margin-top: 0em;}
a:active {
	color: #FF0000;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #FF00FF;
}
a:link {
	color: #0000FF;
}
.green {  background-color: #00FF00}
.nogreen {  }
