BODY {
	font-family: Arial, Helvetica, sans-serif;
        color: #99FFFF;
	background-color: #FFFFFF;
	margin: 5px;
}

P, td {
  font-size: small;
}

.title {
  font-weight: bold;
  color: #FFFFFF;
}

.nobreak {
  display: inline;
}
.accent {
  display: inline;
  font-weight: bold;
  color: #FFFFFF;
}

.footer {
  font-size: xx-small;
}

.black {
  font-weight: bold;
  color: #000000;
}

.orange {
  font-weight: bold;
  color: #FF6666;
}

A:link {
  color: white
}

A:hover {
  color: white
}

A:visited {
  color: white
}



