/* General Styles for Resume */
body {
	background-color: #BCDDFC;
	margin: 100px 80px;
	font-family: Baskerville, serif;
}
#main {
	background-color: #FFFEE4;
	padding: 20px;
}
#headerphoto img {
	width: 100%;
}
h1 {
	font-family: "Roboto", sans-serif;
	font-size: 3em;
	margin: 0px;   /* topbottom rightleft, top right bottom left */
}
h2 {
	font-family: "Roboto", sans-serif;
	font-size: 1.5em;
	margin: 1.5em 0 0.3em 0;
}
h3 {
	font-family: sans-serif;
	color: #010B40;
	font-style: italic;
}
h4, ul {
	margin: 0.5em 0;
}
.jobtitle {
	font-weight: bold;
}
.references {
	text-align: right;
	color: rgb(166, 28, 92);
}
.contact {
	font-style: italic;
	padding: 0;
}
footer {
	text-align: center;
}
footer img {
	padding-top: 20px;
}
a:link {                  /*specific order: link, visited, hover, active*/
	color: #000080;
	font-weight: bold;
}
a:visited {
	color: rgb(139, 0, 139);
	background-color: rgba(220, 220, 220, 0.4);
}
a:hover {
	color: rgb(128, 0, 128);
	background-color: rgba(255, 255, 0, 0.4);
}
a:active {
	color: teal;
	background-color: rgba(220, 220, 220, 0.4);
}
dt {
	font-weight: bold;
}





