/* Main style sheet for the Scott Reunion part of the Scott Alumni website, Version 2018. 
	Initially copied from the Technology Photos style sheet (on 2018-06-21 Thu), but adaptation for 
	Tech photos was not finished until much later (starting 2017-12-18 for 2018).  
	
	This CSS was last updated 
	2018-06-21 Thu
	by C Ingalls
*/

/* Note that color #D0E0FF is closest to Scott Blue, and was used as background in previous webpages. */

/* The Body is set to always show the vertical scroll bar, but horizontal only when needed. */
	body
	{
		text-align: left; 
		background-color: white; 
		max-width: 700px;
		margin: auto; 
		padding: 0;
		overflow-y: scroll; 
		overflow-x: auto; 
		font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif; 
		font-size: 1em;
	}

	p
	{
		text-align: left; 
		font-size: 100%; 
	}

	h1
	{
		text-align: center;
		margin-top: 0; margin-bottom: 0.5em;
		font-size: 150%; 
	}

	h2
	{
		text-align: left;
		margin-bottom: 0.3em;
		font-size: 120%; 
	}

	h1 span, h2 span
	{
		font-size: 90%; 
		font-weight: normal;
	}

	hr
	{
		background-color: #D0E0FF;
		border: none;
		height: 3px;
		margin-top: 10px;
		clear: both; 
	}
	
	table tr
	{
		vertical-align: top;
		 
	}
	table td:first-child
	{
		padding-right: 1em;
		font-weight: bold;
		 
	}

	:target
	{
		background-color:rgb(255,255,220);
	}

	.hid
	{
		visibility: hidden;
	}

/*Footer area.*/
	#Footer
	{
		font-size: 80%;
		margin-top: 10px; 
		text-align: center; 
		clear: both;
	}

