body  {
	width: 100%;
	}

a:link {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #00C; 
	text-decoration: underline; 
	font-size: 12px; 
	font-style: normal;
	}

a:visited {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #F00; 
	font-size: 12px; 
	font-style: normal;
	}

a:active {  
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px; 
	font-style: normal; 
	color: #90C;
	}

.name  {
	position: absolute;
	top: 10px;
	left: 145px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	}

.alumnipic  {
	position: absolute;
	top: 0px;
	left: 30px;
	border: 3px black solid;
	}

.email  {
	position: absolute;
	top: 65px;
	left: 150px;
	}

.extrapics  {
	float: right;
	width: 273px;  
	height: 205px;
	padding: 0 0 0 5px;
	}
	
.biotext {
	position: absolute;
	top: 150px;
	left: 15px;
	width: 100%;
	text-align: justify;
	}
	
.pics  {
	width: 273px; 
	height: 205px;
	margin: 0 200px ;
	}

.center  {
	text-align: center;
	}