body {
	font-family: Georgia, Arial, Serif;
	font-size: 16px;
	margin-left: 20px;
	-webkit-text-size-adjust:auto;
}


:root {
  --accentcolor: #FE7562; /* recommend choosing this color to match shirt color in bio photo */
  --accentcolor: #A31F34; /* MIT red */ 
  --accentcolor: #ff6981; /* Hot pink */ 
  --accentcolor: #000000; /* Black */ 
}

h1 {
	color: var(--accentcolor);
	margin-top: 30px;
	font-size: 25px;
}

h3 {
	color: var(--accentcolor);
	margin-top: 0px;
	margin-bottom: 10px; 
	font-size: 19px;
}

h5 {
	color: var(--accentcolor);
	margin-top:-15px;
	font-size: 18px;
	margin-bottom:20px;
}

h4 {
	color: var(--accentcolor);
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 15px;
}

h3no {
	color: var(--accentcolor);
	margin-top: 30px;
	font-size: 18px;
}

a {
	color: blue;
}

a:visited {
	color: blue; 
}

r {
	color: red;
}



li {
	margin-bottom: 2px;
	list-style: square outside;
	list-style-image: url(images/bullet4.png);
	text-indent: 0px;
}
ul, li {margin-left: 14px; padding-left: 0px;}
ul {
	margin-top: 0px;
}
p {margin-left: 10px; padding-left: 0px;}

#myphoto {
	position: absolute;
	top: 60px;
	left: 60px;
}

#myinfo {
	position: absolute;
	top: 100px;
	left: 370px;
	width: 620px;
	z-index: 3;
}

#mynews {
	position: absolute;
	top: 100px; 
	left: 780px; 
	width: 620px;  
}

/*table{
	table-layout: auto; 
	width: 790px;
	border-spacing: 0px 5;
}*/


img {    
	background: transparent; /* Added to fix problem with grey background of images before they load: */
	border: 0px;
}


#myinfo .emph {
	color: var(--accentcolor);
	font-weight: bold;
	font-size: 13px;
}

#content {
	position: absolute;
	top: 370px;
	left: 60px;
	width: 1500px;
}



