/* reunion.css */

body {
	margin-top: 10px;
	background: darkgoldenrod;  
}

h1 {
	font-family: "Albertus Medium",techniclite,sans-serif,arial;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	word-spacing; .2px;
}

h2 {
	font-family: "Albertus Medium",techniclite,sans-serif,arial;
	font-size: 18px;
	color: gold;			/* was #476f89 */
	text-align: center;
	word-spacing; .2px;
}

h3 {
	font-size: 14px;
	text-align: left;
}

a:link {
	color: red;
}

a:visited {
	color: red;
}

a:hover {
}

a:active {
}


ul {
	list-style-type: disc;
}

li {
}


p,
blockquote {
	font-family: sans-serif,geneva,verdana,tahoma,arial;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	text-align: justify;
	line-height: 1.5em;
	color: white;		/* was #790000 */
}

p.indent {
	text-indent: 15px;
}



button.menu {
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
	width: 150px;
	h\eight: 30px;  /* ie5 & ie6 reads this - others do not need it */
	padding: 1px;
	font-family: "Lucida sans",tahoma,"Lucida sans",tera,tahoma,georgia,arial,verdana,geneva,san-serif;
	font-size: 12px;
	font-style: bold;
	color: gold;
	background-color: black;
	border: 3px ridge linen;
}

button {
	position: relative;
	margin: 0;
}

button:link {

}

button:visited {

}

button:hover {
	color: blue;			/* button: element  doesn't work in IE */
}

button:active {
	color: blue;

}


#container {
	position: relative;
	margin: 0;
	width: 80%;
  	w\idth: 80%;		/* IE 5 & 6 reads both lines and uses the last one */
}


#container {
	padding: 2px;
	border-top: 1.5px oldlace solid;
	border-right: 2px oldlace solid;
}



td.pics {
	width: 60%;
	align: left;
}

td.prose {
	width: 40%;
	text-align: top;
	
}


table {
	position: relative;
	width: 100%;
	font-family: sans-serif,geneva,verdana,tahoma,arial;
	font-size: 1.0em;
	padding: 5px;
	border: 1px groove gold;
	
}



#footer {
	position: relative;
	margin-left: 15%;
	padding: 5px;
	font-family: sans-serif, geneva,verdans,arial;
	font-size: 10px;
	color: steelblue;
}
	