body {
	background-color: white;
	color: #315e86; 
}

font.H1 {
  font-family: FuturistFixedWidth, sans-serif;
  vertical-align: top;
  background-color: white;
  color: #315e86;
  font-size: x-large;
  font-weight: lighter;
}

font.H2 {
  font-family: FuturistFixedWidth, sans-serif;
  vertical-align: top;
  background-color: white;
  color: #315e86;
  font-size: Large;
  font-weight: lighter;
}

font.H3 {
  font-family: sans-serif;
  font-style: normal;
  vertical-align: top;
  background-color: white;
  color: #315e86;
  font-size: small;
} 

font.H4 {
  font-family: sans-serif;
  vertical-align: top;
  background-color: white;
  color: grey;
  font-size: xx-small;
  font-weight: lighter;
 }

tr {
  font-family: sans-serif;
  font-style: normal;
  vertical-align: top;
  background-color: white;
  color: #315e86;
  font-size: smaller;
} 

td.link {
  background-color: #F4E2D1;
}

tr.base {
  font-size: x-small;
}

td.gal {
	padding: 5px;
}


td.basel {
	text-align: left;
	background-color: #F4E2D1;
	  color: #315e86;
  font-size: small;
}

td.baser {
	text-align: right;
	background-color: #F4E2D1;
	  color: #315e86;
  font-size: small;
}
  
td.baset {
	font-size: x-small;
	text-align: left;
}

  a  { color:#ff8c00
; }
    a:visited { color:#FF9900; }
    a:hover { color:#0000FF; }
    a:active { color:#FF0000; }
    /* Don't underline links */
    a:link {text-decoration: none;}
    a:visited {text-decoration: none;}
