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

table {
	font-size: large;
}

font.H1 {
  font-family: FuturistFixedWidth, sans-serif;
  vertical-align: top;
  color: #315e86;
  font-size: xx-large;
  font-stretch: extra-expanded
}

font.H2 {
  font-family: FuturistFixedWidth, sans-serif;
  vertical-align: top;
  color: #315e86;
  font-size: x-large;
  font-stretch: ultra-expanded
}

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

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

font.H5 {
  font-family: FuturistFixedWidth, sans-serif;
  vertical-align: top;
  background-color: #F4E2D1;
  font-size: x-large;
  font-stretch: ultra-expanded
}
		 
tr {
  font-family: sans-serif;
  font-style: normal; 
  font-size: medium;
  vertical-align: top;
  background-color: white;
  color: #315e86;
}  
	  
td.link {
  font-size: x-large;	
  background-color: #F4E2D1;
  
}

tr.base {
  font-size: medium;  
  background-color: #F4E2D1; 
}

td.gal {
	padding: 5px; 
	Align: centre;
}

td.basel {
	text-align: left
}

td.baser {
	text-align: right;
}
  
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;}
