body {
	font-size: 100%;
}
H1 { 
	font-size: 250%;
	text-align: center; 
}
H2 { 
	font-size: 150%;
}
div#stuff H3 {
	font-size: 110%;
	font-weight: bolder;
	text-align: left;
	line-height: 110%;
	border-bottom-width: 0;
/*	padding-top: 1em; */
}
HR {
	width: 90%;
	text-align: center;
	clear: both;
}
HR.term {
	width: 10%;
}	
HR.left {
	width:90%;
	margin-right: 10%;
}
HR.full {
	width: 100%;
}
HR.left-20 {
	width: 20%;
	margin-right: 80%;
}	
.return {
	width: 20%;
	float: right;
	text-align: right; 
	line-height: 1em;
}
.center {
	text-align: center;
}
#none P:first-letter {
	font-size: 200%;
	float: left;
	margin: 2px;
}
/* this is a class, since we may want multiple home pointers in a page */
div.home {
	width: 20%;
	text-align: left;
	float: left;
	line-height: 1em;
}
div#me {
}
div#stuff {
}
/* this one's an id because we can be fairly sure there'll only be one footer per page */
div#footer {
	text-align: center;
	font-size: 80%;
	font-family: sans-serif;
}
div#upv { 
	text-align: center; 
}
.button {
	width: 20%;
	padding: 5%;
	vertical-align: middle;
	text-align: center;
}
div#buttons {
	width: 80%;
	line-height: 1;
	text-align: center;
	margin-left: 10%;
}