body{
	background-color: #DBDCDC;  /* #DBDCDC = light grey */
}

/* Horizontal line break color */
hr{
	background-color: blue;
	border-color: blue;
}

/* div for header with my full name */
.full-name{
	display: flex;
	justify-content: center;
	align-items: center;
}

.info{
	display: flex;
	/* align-items: center; */
	justify-content: space-around;
	text-align: left;
	text-size: 1.25em;
}


.intro-table td{
	text-align: left;
}

td img{
	display: block;
	margin-left: auto;
	margin-right: auto;
} 

h3{ 
	color: blue; 
}


li.research-outer-list li:before{ 
	content: ""; 
	display: inline-block;
	background-image: url("../img/grape-image.jpg");
	
	height: 25px;
	width: 25px;
	background-size: 25px;
}
li.research-outer-list{
	list-style-image: url("../image/grape-image.jpg");
}
