body {
  color: black;
  background-color: #FF9900;
}

p, td, th, h1, h2, h3 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-align: justify;
  color: darkblue;
}

th {
  text-align: center;
  font-size: 1.1em;
}

h1, h2, h3 {
  background: transparent;
  text-align: center;
}

h1 {
	color: black;
	font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.1em;
}

p.center {
	text-align: center;
}

a img {
  border: none;
}

a:link {
  color: black;
  background: transparent;
}

a:visited {
  color: black;
  background: transparent;
}

a:hover {
  color: black;
  background: #FFFF66;
}

a:active {
  color: #000000;
  background: #CCCC33;
}


