* {
	font-family:arial;
}
h1 {
}
h2 {
}
p {
	font-family:serif;
	font-size:1.05rem;
	text-align:left;
	max-width:40rem;
	margin:1rem;
}
ul {
	list-style:none;
	padding:0px;
}
li {
	margin:1rem;
}
ul.projects>li>a{
	font-weight: bold;
}
ul.hlist>li {
	float:left;
}
header {
}
content {
}
footer {
}

/* a float left grouping of photos or similar objects */
.photogroup {
	text-align:center;	
	display: box;
}
.photo {
	float:left;
	text-align:center;
	border:1px solid black;
	margin: 1rem;
}
img.snp {
}
.clearboth {
	clear:both;
}
footer {
	height:2rem;
	border-top:1px solid black;
	background-color:rgb(192,192,192);
}
.group {
	display:table-cell;
	width:100%;
}
.tright {
	text-align:right;
}
.ftr {
	vertical-align:middle;
	display:inline-block;
	margin:.3rem;
}
.voyc {
	width:4rem;
}
.git {
	width:3rem;
}
