/* 'Me' section style sheet for andybettis.com web site */

/* Inport default styles */
@import url(../local.css);

.rightPic {
	float: right;
	margin-left: 16px;
	text-align: center;
	font-size: small;
	}

.leftPic {
	float: left;
	margin-right: 16px;
	text-align: center;
	font-size: small;
	}

.nextPage {
	float: right;
	font-size: large;
	}

.priorPage {
	float: left;
	font-size: large;
	}

