<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content{
    width: 1024px;
    height:inherit;
    margin:0 auto;
    display: block;
    background:white; 
    padding-top: 32px;
    font-family:sans-serif;
}

.textbox{
    background-color: white;
    font-family:Verdana,monospace;
    text-align: left; 
    padding:3%;
}

#nav {
	width: 100%;
	float:left;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #f2f2f2;
}

#nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  min-width: 1280px;

}

#nav  li {
    
    float: left; 
    width: 12.5%;
    font-size: 13px;
    line-height: 12px;
    font-family:Verdana,monospace,'courier new',Frutiger,Futura;
    letter-spacing: +0.15em;
     }

#nav  li a {
  
  display: block;
  color: rgb(110,136,153);
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  
}
#nav li a:hover {background-color: #eee;}

.main{
    background:white; 
    padding-top: 32px; 
    margin:0 auto;
}


.pplGroupHeader {
	display: block;
	padding-bottom: 0px;
	border-bottom: 3px solid #585754;
	margin-bottom: 20px;
	font-family:Verdana;
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.pplContent { display: block; }

.profilePic {
	float:left;
	width: 150px;
	height: 150px;
    border:1px solid  darkgray;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 0px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
}
.emailIcon {
	width: 14px;
	height:auto;
}

.pplContent table {
	border-bottom-width: thin;
	
	
}

.pplContent h1 {
	font-size: 20px;
	font-weight: bold;
	color:#000000;
	line-height:100%;
}
.pplContent h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height:30%;
}
.pplContent h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 30%;
	font-style: italic;
}
.pplContent h4 {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height:100%;
}
.pplContent h5 {
	font-size: 14px;
	font-weight: normal;
	color: #700;
	line-height:100%;
	padding-top:14px;
}
.ResearchInterest{
	padding-left: 14px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 110%;

}
.ResearchInterest li{
	margin-left: 16px;
	font-weight: normal;
}


.pplDetailHeader h1{
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 120%;
}
.pplDetailHeader p, ul{
	padding-left:  30px;
	padding-right: 30px;
	font-size: 14px;
	color: #000;
	line-height: 120%;
	text-align: justify;
}
.pplDetailHeader li{
	margin-left:  18px;
	padding-left: 5px;

}</pre></body></html>