body, div {
  /* yellow: ffcc00; purple: 986598; green: 66cc33; */
  background: #ffffff;
  font-family: arial, sans-serif;
  font-size: 14px;
}

td {
  font-family: arial, sans-serif;
  font-size: 14px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

.story {
  font-size: 14px;
  border-bottom: thin dashed rgb(200,200,200);
  padding: 4px;
  margin: 4 4 4 4px;
}

.project {
  background-color: #FFFFAA;
  padding: 4px;
  margin: 0 0 10 0px;
}

.project_logo {
  background-color: #FFFFAA;
  float: left;
  vertical-align: top;
  margin: 4 4 0 0px;
  border: thin solid rgb(0,0,0);
}

.project_link {
  background-color: #FFFFAA;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10 0px;
}

.highlightbox {
  background-color: #FFFFAA;
  border: thin solid rgb(125,125,125);
  padding: 4px;
}

.highlightbackground {
  background-color: #FFFFAA;
}
  
.header {
  text-align: right;
  font-size: 10px;
}

.footer {
  text-align: center;
  font-size: 10px;
  margin: 20 0 20 0px;
}