/* 
@import url('https://fonts.googleapis.com/css?family=Gentium+Book+Basic|Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Source+Serif+Pro&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap'); 
*/
@import url('https://fonts.googleapis.com/css?family=Droid+Sans&display=swap');

body {background-color: #222222;
//	font-family: 'Source Sans Pro', sans-serif;
//	font-family: 'Merriweather Sans', sans-serif;
//	font-family: 'Lato', sans-serif;
	font-family: 'Droid Sans', serif;
	color:#DDDDDD;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Garamond', 'Gentium Book Basic', Cambria, serif;
//	font-family:'Source Serif Pro', serif;
//	font-family: 'Merriweather', serif;
//	font-family:'Crimson Text', serif;
}

p, a:link, a:visited, a:active {
}

a:link, a:active {
	color:#BBBBFF;
}

a:visited {
	color:#FF99FF;
}

u {
	font-weight: bold;
}

figure {
	display:inline-block;
  float: right;
  clear: right;		// this is what keeps all the figures on the right underneath each other
//  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border:thin silver solid;
  margin: 1.0em;
  padding: 0.5em;
}

figcaption {
//  display: table-caption;
//  caption-side: bottom;
	width:300px;
}