
body {
  background-color: black;
  color: white;
}
#body_outer {
  background-color: hsla(0, 0%, 0%, 1.00);
  background-image: linear-gradient(135deg, hsla(0, 0%, 0%, 1.00), hsla(0, 0%, 10%, 1.00));
}
#body_inner {
}
#project_info_column_left {
}
#project_info_column_right {
}
.link {
  color: #7777FF;
  text-decoration: none;
}

/* Header. FLDO */

.home_link {
  color: #FFFFFF;
  text-decoration: none;
}
.title_flourish {
}
.flourish_left {
  fill: url(#gradient_flourish_left);
}
.flourish_right {
  fill: url(#gradient_flourish_right);
}
.flourish_stop_inner {
  stop-color: rgb(255, 255, 255);
}
.flourish_stop_outer {
  stop-color: rgb(0, 0, 0);
}

/* FLDC */
/* Title. FLDO */

.project_title {
  color: white;
  text-decoration: none;
}

/* FLDC */
/* Spacer. FLDO */

.spacer {
  fill: url(#gradient_spacer);
}
.spacer_stop1 {
  stop-color: rgb(0, 0, 0);
}
.spacer_stop2 {
  stop-color: rgb(255, 255, 255);
}
.spacer_stop3 {
  stop-color: rgb(255, 255, 255);
}
.spacer_stop4 {
  stop-color: rgb(0, 0, 0);
}

/* FLDC */

